what happens on multiple purchase - Non-Renewal subscription in-app purchase

后端 未结 3 1122
名媛妹妹
名媛妹妹 2021-01-13 19:20

I am implementing a sample which includes the in-app purchase feature. The subscription is of non-renewal type.

In case of auto-renewal subscription, if the user ha

3条回答
  •  情话喂你
    2021-01-13 19:46

    For Apple, there is no "within the validity period" for non-renewing subscriptions. The duration of the period, fortunately or unfortunately, is left up to the developer.

    Yes, when the user buys a non-renewing subscription a second (or third, etc) time, the are charged again.

    Subscription validity is up to the developer.

    It seems common for developers to use their own server to track the expiry period of a non-renewing subscription. For example, this helps with the "restore" feature required by Apple.

提交回复
热议问题