All Versions
32
Latest Version
Avg Release Cycle
11 days
Latest Release
1597 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.6.3 Changes
September 24, 2019What's new in Apphud SDK 0.6.3
- โ Added a callback to restore subscriptions method:
Apphud.restoreSubscriptions(callback: @escaping ([ApphudSubscription]?) -> Void)
- Method
Apphud.purchasedSubscription()
renamed toApphud.subscription()
to avoid misleading. - Method
Apphud.purchasedSubscriptions()
renamed toApphud.subscriptions()
to avoid misleading. - โ Added new
Apphud.hasActiveSubscription()-> Bool
method which returns boolean value. Use this method to determine whether or not to unlock premium functionality to the user. - โ Added new delegate method
apphudDidFetchStoreKitProducts(_ products: [SKProduct])
which returns array of StoreKit products that you added in Apphud. Now you don't need to fetch products from StoreKit for yourself. - ๐ Documentation in many SDK methods has been improved to avoid misleading.
- โ Added a callback to restore subscriptions method:
-
v0.6.2
September 23, 2019