How to restore non-renewing Apple subscriptions

后端 未结 1 1723
一整个雨季
一整个雨季 2021-02-04 12:14

The app I\'m working on was recently rejected by Apple for containing an auto-renewable subscription. They recommended that we switch to non-renewing subscriptions for our conte

1条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-04 13:12

    To paraphrase the advice we received from Apple when dealing with these issues:

    Per the iTunes Connect Developer Guide:

    ...subscriptions must be provided on all devices associated with a user. In App Purchase expects subscriptions to be delivered through an external server that you will provide. You must provide infrastructure to deliver subscriptions to multiple devices.

    Apple consider user registration to be appropriate but won't allow you to make it obligatory. So registration must be optional and the user must be able to register at any time — including to allow them to share a subscription they've already bought between devices.

    So it sounds like we may have received slightly different advice. Is it possible that Apple only told you not to require user login in general, separately from the requirement for distributing the subscription to all devices?

    0 讨论(0)
提交回复
热议问题