Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 uiwebview 中加载应用商店链接。我试图在 uiwebview 中打开它,但它没有在那里加载。我不希望用户在单击我的应用程序中的 url 时离开我的应用程序。可能吗?
问候 潘卡伊
iTunes 内容在移动设备上没有“iTunes 预览”页面 - iOS 会自动识别 itunes.apple.com 链接并打开商店。
如果您想将用户保留在您的应用程序中,请使用 SKStoreProductViewController 将商店打开到特定的内容。用户关闭工作表后,它们仍在您的应用程序中。
http://developer.apple.com/library/ios/#documentation/StoreKit/Reference/SKITunesProductViewController_Ref/Introduction/Introduction.html