benjaminmayo / merchantkit

A modern In-App Purchases management framework for iOS.
MIT License
1.11k stars 72 forks source link

Support didRevokeEntitlementsForProductIdentifiers #71

Open imWildCat opened 3 years ago

imWildCat commented 3 years ago

In a WWDC 20 session, StoreKit testing was introduced.

This PR aims to support revoking IAP.

benjaminmayo commented 3 years ago

If you want to merge against master, the receipt validation issue for Xcode Store Kit Test Configuration generated receipts should be resolved.

imWildCat commented 3 years ago

If you want to merge against master, the receipt validation issue for Xcode Store Kit Test Configuration generated receipts should be resolved.

Sure! Thanks for letting me know!

Will check this PR during my weekend.