Search Unity

[Solved] iOS Non-Renewing subscriptions

Discussion in 'Unity IAP' started by LorenzoNuvoletta, May 3, 2017.

Thread Status:
Not open for further replies.
  1. LorenzoNuvoletta

    LorenzoNuvoletta

    Joined:
    Apr 28, 2014
    Posts:
    54
    iOS supports, Consumable, Non Consumable, Subscriptions and Non renewing subscriptions.
    Although in Unity IAP there are only 3 ProductType.

    How can I register a product ID as Non-Renewing Subscription?
     
  2. ap-unity

    ap-unity

    Unity Technologies

    Joined:
    Aug 3, 2016
    Posts:
    1,519
    @LorenzoNuvoletta

    From the perspective of Unity IAP, all subscription purchases are the same. Because we don't handle inventory management, there is no distinction for auto-renewing subscriptions. We are working on improvements for dealing with subscription purchases.

    Edit:
    Wanted to add one thing:

    Unity IAP does not distinguish between subscription types, but there is another difference that Apple enforces that may be worth mentioning. Non-renewing subscriptions are not restored if a user uninstalls and re-installs your game:

    https://developer.apple.com/library...ceptual/StoreKitGuide/Chapters/Restoring.html
     
    Last edited: May 11, 2017
    LorenzoNuvoletta likes this.
Thread Status:
Not open for further replies.