You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reasoning: It will filter out the cancelled products from the ReceiptInfo array before verifySubscription starts checking for expiration dates, thereby behaving as if a cancelled product was never purchased. However, I have no way of testing because it appears there is no method of cancelling subscriptions in the sandbox.
The text was updated successfully, but these errors were encountered:
Platform
In app purchase type
Environment
Version
0.8.3
Related issues
maybe #106
Report
Issue summary
SwiftyStoreKit seems to ignore/not check for cancellation_date on auto-renewable subscription
What did you expect to happen
To find somewhere in InAppReceipt.swift that it would check for cancellation_date
What happened instead
Didn't find where it checked for cancellation date
Suggestion
Apple's docs say: Treat a canceled receipt the same as if no purchase had ever been made.
In InAppReceipt.filterReceiptsInfo, under
add something like
Reasoning: It will filter out the cancelled products from the ReceiptInfo array before verifySubscription starts checking for expiration dates, thereby behaving as if a cancelled product was never purchased. However, I have no way of testing because it appears there is no method of cancelling subscriptions in the sandbox.
The text was updated successfully, but these errors were encountered: