开发者

Launching the App Store from an iPhone application

开发者 https://www.devze.com 2023-02-06 14:22 出处:网络
How can i launching the App开发者_JAVA技巧 Store from an iPhone application without launching Safari ?

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

精彩评论

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