-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
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
Add support for didRevokeEntitlementsForProductIdentifiers #59
Comments
Thanks for bringing this to my attention. I haven't looked at the iOS 14 StoreKit stuff yet. The good news is this API should be easily supportable inside of |
@benjaminmayo could I create a PR to add this capability? Looks like this one is related to #70 |
Sure, I'm happy to look at anything put forward. The implementation of this should prolly consist of a call to checkReceipt from the |
I created a draft PR: #71 Could you help to check whether it is on the right direction? |
Update: I'm very new to IAP. Just found that this library (https://github.com/tikhop/TPInAppReceipt) can parse the receipt. Will investigate it. |
Thanks for an awesome library @benjaminmayo 🙌
iOS 14 adds a new
didRevokeEntitlementsForProductIdentifiers
delegate method toSKPaymentTransactionObserver
(docs here)From the docs:
The text was updated successfully, but these errors were encountered: