Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

View in App Store button sometimes hangs #29

Closed
jdee opened this issue Sep 2, 2011 · 0 comments
Closed

View in App Store button sometimes hangs #29

jdee opened this issue Sep 2, 2011 · 0 comments

Comments

@jdee
Copy link
Owner

jdee commented Sep 2, 2011

This has been observed once or twice on the iPad, though it could conceivably happen on the iPhone as well. This simply loads a URL from an Apple domain, which ultimately launches the AppStore application. It's likely that the request is hanging. This is done by calling openUrl: on UIApplication.sharedApplication. Apparently this call is synchronous. It should perhaps be done in a separate thread.

@jdee jdee closed this as completed in 4ecb56b Sep 2, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant