there is a method like the following in the android billing library.
https://developer.android.com/reference/com/android/billingclient/api/PurchaseHistoryRecord
- If there is a subscription available, purchaseToken etc. for that subscription. returns data.
- If there is no current subscription but the user has a previous subscription and for example canceled, the purchaseToken of this old subscription, etc. returns data.
For my iOS application, I would like to receive the receiptData information of this subscription if the user has a previously canceled subscription or a subscription canceled by subscription upgrade, downgrade. Is something like this possible? How can I access that.