- Add
grantExternalEntitlements
to constructor, so we can choose whether to give entitlements to purchases verified from outside the app.
- Verified transactions updated from outside the app are now added to purchasedProductIds.
- Better use of async context,
fetchAndSync()
significantly faster as a result. - Improve documentation and examples in README.md
- Ensure functions intended to be public are indeed public :)
- Add
autoFinishTransactions
option to init. - Improve documentation and examples in README.md
- Initial Release