开发者

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜