如何升级/降级 iOS 自动续订订阅
假设 iOS 自动续订订阅提供对包含存储分配的服务的访问。有多个订阅级别,其允许的存储量各不相同。订阅者可能希望随着存储需求的变化而升级或降级其订阅。 StoreKit 文档向我展示了如何开始订阅,但我没有找到任何解决升级或降级问题的内容。有没有办法从应用程序中执行此操作?
Suppose that an iOS auto-renewable subscription provides access to a service that includes a storage allotment. There are several subscription tiers that vary in the amount of storage allowed. Subscribers may wish to upgrade or downgrade their subscription as their storage needs change. The StoreKit documentation shows me how to start a subscription, but I haven't found anything that addresses upgrades or downgrades. Is there a way to do this from the application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎停止续订订阅的唯一方法是用户转到手机上的 App Store 应用程序,点击任意页面底部的 Apple ID 按钮,这将打开他们的帐户管理页面,在其中他们可以可以停止订阅。
It seems that the only way to stop a renewable subscription is for the user to go to the App Store app on their phone, tap on the Apple ID button at the bottom of any page, which will bring up their account management page, where they can stop the subscriptions.