All Versions
30
Latest Version
Avg Release Cycle
78 days
Latest Release
1740 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
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 Changes
- ➕ 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