链接到应用商店中的应用管理订阅 [英] Link to app manage subscriptions in app store

查看:24
本文介绍了链接到应用商店中的应用管理订阅的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

Currently with In app purchase the only way to cancel an auto-renewing subscription is to do the following with the device:

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

Settings > Store > View my account > Manage my subscription

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

Is it possible programmatically to link directly to the Manage my subscription page in the app store? I know I can open the app store via something like

NSURL *url = [NSURL URLWithString:@"itms-apps://itunes.apple.com"];
[[UIApplication sharedApplication] openURL:url];

我见过其他应用这样做,但我似乎不知道是如何做到的.

I have seen other apps do this but I can't seem to figure out how.

推荐答案

新的官方方式(根据 WWDC 2018 Session 705) 是以下网址:https://apps.apple.com/account/subscriptions

The new and official way (according to WWDC 2018 Session 705) is the following url: https://apps.apple.com/account/subscriptions

文档链接:https://developer.apple.com/文档/storekit/in-app_purchase/subscriptions_and_offers/handling_subscriptions_billing

这篇关于链接到应用商店中的应用管理订阅的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆