All Versions
30
Latest Version
Avg Release Cycle
78 days
Latest Release
222 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.12.0
December 31, 2017- โ Add
verifySubscriptions
method 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
- โ Add
fetchReceipt
method. UpdateverifyReceipt
to use it (#278, related issues: #272, #223). - โก๏ธ Update
fetchReceipt
andReceiptValidator
to use receipt asData
rather thanString
. This is consistent withlocalReceiptData
(#284, see #272). - Remove
password
fromReceiptValidator
protocol 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