All Versions
30
Latest Version
Avg Release Cycle
78 days
Latest Release
2246 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.13.0 Changes
January 31, 2018 -
v0.12.1 Changes
January 13, 2018 -
v0.12.0 Changes
December 31, 2017- โ Add
verifySubscriptionsmethod to check all subscriptions in a group at once (#333, related issue: #194) - ๐ Rename
verifySubscription(type:productId:inReceipt:validUntil:)toverifySubscription(ofType:productId:inReceipt:validUntil:)(#333) - โ Add video tutorials section in README (#328, #330, see #326)
- โก๏ธ Update iOS Demo App (#327, see #147)
- โ Add
-
v0.11.0 Changes
- โ Add
fetchReceiptmethod. UpdateverifyReceiptto use it (#278, related issues: #272, #223). - โก๏ธ Update
fetchReceiptandReceiptValidatorto use receipt asDatarather thanString. This is consistent withlocalReceiptData(#284, see #272). - Remove
passwordfromReceiptValidatorprotocol as this is specific toAppleReceiptValidator(#281, see #263). Note: This is an API breaking change. - Unwrap
receipt["receipt"]?["in_app"]in two steps (addresses casting problems) (#283, related issue #256).
- โ Add