candy_check icon indicating copy to clipboard operation
candy_check copied to clipboard

Check and verify in-app receipts

Results 28 candy_check issues
Sort by recently updated
recently updated
newest added

I updated verification errors to referenced by latest AppStore docs. ref: https://developer.apple.com/documentation/appstorereceipts/status

Hello, Im validating receipt on android and ios for subscriptions. It seems to be doing things correctly for both. Although on android one user in Turkey purchasing is causing `invalid:...

Resolves https://github.com/jnbt/candy_check/issues/73

Hello, I think the Docs are broken https://www.rubydoc.info/github/jnbt/candy_check/master/CandyCheck/PlayStore/SubscriptionPurchases/SubscriptionPurchase

This isn't working anymore `.valid?` => https://www.rubydoc.info/github/jnbt/candy_check/master/CandyCheck%2FAppStore%2FReceipt:valid%3F ---- Any tips on how I can check to see if a renewable subscription has been cancelled or not?

Tasks for this PR: - [x] Implement Subscription Acknowledgements - [x] Write tests for subscription acknowledgements

Removed `File.open()` Users should be able to choose whether to link directly to their JSON file or otherwise specify it directly as a Hash (eg. in Rails). ``` eg. authorization...