我试图将用户定向到设置中的iOS订阅管理屏幕。
Apple文档在这里: Letting Users Manage Subscriptions
建议打开此网址: https://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/manageSubscriptions
这很有效,但现在iOS 10& amp; iOS 9.3.4。我刚拿到一个带有载体/电池条的白色屏幕。即使我只是将该URL粘贴到Safari中也是如此。
答案 0 :(得分:0)
UIApplication.shared.open(URL(string: "https://apps.apple.com/account/subscriptions")!)