是否有取消自动续订订阅的API?

时间:2023-01-12 21:43:22

I don't currently use any apps that have an in app subscription, so I am not sure what the UI looks like in iTunes when do an in app renewable subscription.

我目前不使用任何具有应用内订阅功能的应用,因此我不确定在进行应用内可更新订阅时,iTunes中的用户界面会是什么样子。

I assumed there was an api, given a receipt id or original transaction id, to cancel the auto-renewable subscription from within the application. It doesn't look like this exists.

我假设有一个api,给定收据ID或原始交易ID,从应用程序中取消自动更新订阅。它看起来不像这样。

Am I missing something or do users cancel auto-renewable subscription through their iTunes account settings? This just isn't the developer's responsibility?

我是否遗漏了某些内容或用户是否通过其iTunes帐户设置取消了自动续订?这不是开发者的责任吗?

3 个解决方案

#1


21  

There is no API for this.

这没有API。

The only way to cancel a auto-renewable subscription is from Settings > Store > View my account > Manage my subscription on you iPhone.

取消自动续订订阅的唯一方法是通过设置>商店>查看我的帐户>在iPhone上管理我的订阅。

#2


14  

Update (as this is fairly old by now): There is no API to cancel an auto-renewable subscription. Apple's documentation suggests that the app links to:

更新(因为现在已经很老了):没有API可以取消自动续订订阅。 Apple的文档表明该应用程序链接到:

https://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/manageSubscriptions

"Opening this URL launches iTunes or iTunes Store, and then displays the Manage Subscription page."

“打开此URL会启动iTunes或iTunes Store,然后显示”管理订阅“页面。

#3


1  

Recently Apple introduced their new service called "Status Update Notifications" which in essence is simple webhook that's being called when certain events occur on Apple servers. One of these events can be "CANCEL" when Apple's customer support cancels user's subscription. You setup a webhook and they send you a notification with details about this event. More information can be found here: https://help.apple.com/itunes-connect/developer/#/dev0067a330b

最近,Apple推出了名为“状态更新通知”的新服务,实质上是在Apple服务器上发生某些事件时调用的简单webhook。当Apple的客户支持取消用户订阅时,其中一个事件可以是“取消”。您设置了一个webhook,他们会向您发送通知,其中包含有关此活动的详细信息。有关详细信息,请访问:https://help.apple.com/itunes-connect/developer/#/dev0067a330b

I added this reply because this is what Apple recently introduced.

我添加了这个回复,因为这是Apple最近推出的。

#1


21  

There is no API for this.

这没有API。

The only way to cancel a auto-renewable subscription is from Settings > Store > View my account > Manage my subscription on you iPhone.

取消自动续订订阅的唯一方法是通过设置>商店>查看我的帐户>在iPhone上管理我的订阅。

#2


14  

Update (as this is fairly old by now): There is no API to cancel an auto-renewable subscription. Apple's documentation suggests that the app links to:

更新(因为现在已经很老了):没有API可以取消自动续订订阅。 Apple的文档表明该应用程序链接到:

https://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/manageSubscriptions

"Opening this URL launches iTunes or iTunes Store, and then displays the Manage Subscription page."

“打开此URL会启动iTunes或iTunes Store,然后显示”管理订阅“页面。

#3


1  

Recently Apple introduced their new service called "Status Update Notifications" which in essence is simple webhook that's being called when certain events occur on Apple servers. One of these events can be "CANCEL" when Apple's customer support cancels user's subscription. You setup a webhook and they send you a notification with details about this event. More information can be found here: https://help.apple.com/itunes-connect/developer/#/dev0067a330b

最近,Apple推出了名为“状态更新通知”的新服务,实质上是在Apple服务器上发生某些事件时调用的简单webhook。当Apple的客户支持取消用户订阅时,其中一个事件可以是“取消”。您设置了一个webhook,他们会向您发送通知,其中包含有关此活动的详细信息。有关详细信息,请访问:https://help.apple.com/itunes-connect/developer/#/dev0067a330b

I added this reply because this is what Apple recently introduced.

我添加了这个回复,因为这是Apple最近推出的。