gpt4 book ai didi

ios - 链接到应用商店中的应用管理订阅

转载 作者:IT王子 更新时间:2023-10-29 07:43:40 25 4
gpt4 key购买 nike

目前,对于应用内购买,取消自动续订订阅的唯一方法是在设备上执行以下操作:

设置 > 商店 > 查看我的帐户 > 管理我的订阅

是否可以通过编程方式直接链接到应用商店中的“管理我的订阅”页面?我知道我可以通过类似

的方式打开应用商店
NSURL *url = [NSURL URLWithString:@"itms-apps://itunes.apple.com"];
[[UIApplication sharedApplication] openURL:url];

我见过其他应用程序这样做,但我似乎无法弄清楚如何做。

最佳答案

使用网址

根据 Apples 文章 Handling Subscriptions BillingWWDC 2018 Session 705以下 url 可用于链接到管理订阅页面:

https://apps.apple.com/account/subscriptions

使用 StoreKit/SwiftUI (iOS 15+)

UIKit:使用 StoreKits showManageSubscriptions(in:) ( Documentation )。

SwiftUI:使用 SwiftUIs 修饰符 manageSubscriptionsSheet(isPresented:) ( Documentation )。

关于ios - 链接到应用商店中的应用管理订阅,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15530794/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com