IAP 非续订订阅
IAP non-renewing subscription
我有一些关于 IAP 的问题。我使用 IAP 非续订订阅。这工作正常。但是当时恢复横断面时 return 总是 0 id。因此可以在不使用本地服务器或 iCloud 的情况下恢复非续订订阅。
收到恢复的交易:0
谢谢
您负责恢复非续订订阅。
来自苹果In-App Purchasing Programming Guide
- Non-renewable subscriptions. Subscriptions that don’t involve delivering episodic content. Examples include access to a database of historic photos or a collection of flight maps. It’s your app’s responsibility to make the subscription available on all of the user’s devices and to let users restore the purchase. This product type is often used when your users already have an account on your server that you can use to identify them when restoring content. Expiration and the duration of the subscription are also left to your app (or your server) to implement and enforce.
如果您的用户要能够恢复他们对之前购买的订阅的访问权限,那么您将需要他们在您的服务器上创建一个帐户。
在非续订订阅中,恢复功能不可用,但恢复按钮是强制性的。
我有一些关于 IAP 的问题。我使用 IAP 非续订订阅。这工作正常。但是当时恢复横断面时 return 总是 0 id。因此可以在不使用本地服务器或 iCloud 的情况下恢复非续订订阅。
收到恢复的交易:0
谢谢
您负责恢复非续订订阅。
来自苹果In-App Purchasing Programming Guide
- Non-renewable subscriptions. Subscriptions that don’t involve delivering episodic content. Examples include access to a database of historic photos or a collection of flight maps. It’s your app’s responsibility to make the subscription available on all of the user’s devices and to let users restore the purchase. This product type is often used when your users already have an account on your server that you can use to identify them when restoring content. Expiration and the duration of the subscription are also left to your app (or your server) to implement and enforce.
如果您的用户要能够恢复他们对之前购买的订阅的访问权限,那么您将需要他们在您的服务器上创建一个帐户。
在非续订订阅中,恢复功能不可用,但恢复按钮是强制性的。