有没有办法用我的iPhone应用程序打开Apple AppStore
?
答案 0 :(得分:3)
是的,你可以这样做:
如果您的应用程序URL
那么。
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:
@"itms-apps://YourApplicationLink"]];
否则你可以用它创建URL
。
Link Maker
由于
答案 1 :(得分:2)
请参阅此苹果QA链接https://developer.apple.com/library/ios/#qa/qa1633/_index.html
提供
Company Name
http://itunes.com/apps/<companyname>
for example, http://itunes.com/apps/smule
Application Name
http://itunes.com/apps/<applicationname>
for example, http://itunes.com/apps/ocarina
Application by Company
http://itunes.com/apps/<companyname>/<applicationname>
for example, http://itunes.com/apps/smule/ocarina
从iPhone应用程序启动App Store
https://developer.apple.com/library/ios/#qa/qa2008/qa1629.html
答案 2 :(得分:1)
在iOS6中有新的 SKStoreProductViewController http://developer.apple.com/library/ios/#documentation/StoreKit/Reference/SKITunesProductViewController_Ref/Introduction/Introduction.html#//apple_ref/doc/uid/TP40011852
答案 3 :(得分:0)
使用itms-apps:
或itms-appss:
网址方案。