All Versions
32
Latest Version
Avg Release Cycle
11 days
Latest Release
1359 days ago

Changelog History
Page 4

  • v0.6.3 Changes

    September 24, 2019

    What'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 to Apphud.subscription() to avoid misleading.
    • Method Apphud.purchasedSubscriptions() renamed to Apphud.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.
  • v0.6.2

    September 23, 2019