Launching the App Store from an iPhone application
How can i launching the App开发者_JAVA技巧 Store from an iPhone application without launching Safari ? i found something in Technical Q&A QA1629 but doesn't work because i don't know how to use it ?
Check out
[[UIApplication sharedApplication] openURL:aURL];
And insert the url of the app in the iTunes App Store, instead of using http://, use itms://
You could do as Timothy suggests.
Alternatively, if you want to take the user to the app store of the country where the user is registered look at: In-app Review Link
精彩评论