How to get Original Purchase Date and Subscription Expiration Date for all receipts? #190
Closed
6 of 9 tasks
Labels
area: receipt-validation
validating receipts for customer or purchase verification
Platform
In app purchase type
Environment
Version
0.8.5
Related issues
None
Report
From Apple - Working with Subscriptions:
Issue summary
Currently, SwiftyStoreKit only returns whether a given subscription is
.purchased
,.expired
or.nonPurchased
with an expiry date.Clients need to manually parse the receipt returned by
verifyReceipt
if they want to check the Original Purchase Date and Subscription Expiration Date fields from each receipt entry.It would be convenient if SwiftyStoreKit had a way of making this information easily available.
What did you expect to happen
Be able to get Original Purchase Date and Subscription Expiration Date fields from each receipt entry without parsing the receipt manually.
What happened instead
The receipt needs to be parsed manually to get all subscriptions info.
The text was updated successfully, but these errors were encountered: