有什么方法可以Apple AppStore
用我的 iPhone 应用程序打开吗?
4 回答
是的,您可以使用:
如果你有你的应用程序URL
然后。
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:
@"itms-apps://YourApplicationLink"]];
否则你可以URL
用这个创建。
链接制作者
谢谢
请查看此苹果 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
在 iOS6 中有新的SKStoreProductViewController http://developer.apple.com/library/ios/#documentation/StoreKit/Reference/SKITunesProductViewController_Ref/Introduction/Introduction.html#//apple_ref/doc/uid/TP40011852
使用itms-apps:
or itms-appss:
URL 方案。