We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This isn't working anymore
.valid? => https://www.rubydoc.info/github/jnbt/candy_check/master/CandyCheck%2FAppStore%2FReceipt:valid%3F
.valid?
Any tips on how I can check to see if a renewable subscription has been cancelled or not?
The text was updated successfully, but these errors were encountered:
I've got the same question, it seems that cancellation_date on iOS is only there when user revoke or refund the transaction : https://developer.apple.com/documentation/appstorereceipts/cancellation_date_ms
cancellation_date
I don't think there is a way to know when the user cancel the auto-renewal subscription, but there is auto_renew_status to know if the user turned off automatic renewal : https://developer.apple.com/documentation/appstorereceipts/auto_renew_status
auto_renew_status
Sorry, something went wrong.
No branches or pull requests
This isn't working anymore
.valid?
=> https://www.rubydoc.info/github/jnbt/candy_check/master/CandyCheck%2FAppStore%2FReceipt:valid%3FAny tips on how I can check to see if a renewable subscription has been cancelled or not?
The text was updated successfully, but these errors were encountered: