Search Unity

A little confused about how IAP subscriptions

Discussion in 'Unity IAP' started by James15478, Jul 23, 2021.

  1. James15478

    James15478

    Joined:
    Apr 2, 2013
    Posts:
    91
    I am testing subscriptions on iOS, I use the SubscriptionManager class. It seems that as long as the user is subscribed, I get the receipt details (like in the demo) and I can get the receipt data. This is each time OnInitialized. However, it seems that once the subscription expires, I no longer get any data, why is that? I thought it's supposed to show the isExpired field as false and still get the data of the previous receipts. Or am I misunderstanding how it works?
     
  2. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    You should no longer see the receipt if the subscription expires. isExpired does not look to be reliable.
     
    James15478 likes this.