10/26/2013, 10:18:10 PM
A couple of common practices in mobile apps that help spread the install-base of apps:
These two steps combined are a common "viral loop" to gain more users. Now with iOS 7, however, things get weird.
The Twitter and Facebook share sheets do live webview previews of any attached URLs. These preview webviews also run javascript, and since the share sheets are, of course, being run on a mobile device, the user completing the share step is suddenly thrown out of the app and redirected to the App Store.
This is a terrible behavior for users to encounter. Worse yet, if the user goes back to the app, sometimes (indeterminately) the share sheet disappears and the corresponding delegate/completion blocks are not called.
Any ideas how to work around this?