Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SLComposeViewController addURL issues iOS7

I have a standard facebook and twitter SLComposer that brings up a small saying and also attaches a link to the app on the message using the addURL: function. I'm testing it in iOS7 and whenever I brink up the composer I am immediately taken out of the app and to the attached link address (which in this case is the app store). It's only doing this in iOS7. 6 and under works just like before. Any Thoughts?

like image 311
HenryGale Avatar asked Nov 02 '22 13:11

HenryGale


1 Answers

Try add image for share for preview of the url destination.

If SLComposeViewController doesn't have image for preview, it tries to get image from the URL of destination server.

In my project I've found redirection on server to AppStore from my server.

like image 120
Andrew Romanov Avatar answered Nov 15 '22 05:11

Andrew Romanov