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

Changelog History
Page 1

  • v0.18.3

    September 11, 2020
  • v0.18.2 Changes

    September 03, 2020

    What's new in 0.18.2:

    • Custom User Properties. You can start setting custom properties, such as email, name and other parameters you want and pass them to Apphud. Later this fall we will add ability to view charts by custom properties segments, send integrations with this properties. You can also increment/decrement properties.
    • โž• Added Apphud.logout() method, which may be useful to change user completely.
  • v0.18.1

    August 31, 2020
  • v0.17 Changes

    August 18, 2020

    What's new in 0.17:

    • Prepare for iOS 14: Apphud no longer automatically fetches IDFA. Please use the following new method instead: Apphud.setAdvertisingIdentifier(_ idfa: String)
    • ๐Ÿ‘ Catalyst Support
    • ๐Ÿ‘Œ Improved Transaction Error Handling
  • v0.16 Changes

    July 21, 2020

    What's new in 0.16:

    • ๐Ÿ‘Œ Improved products fetching and receipt submission (internal refactoring).
      โšก๏ธ Seems like there's nothing new, but it's important update.
  • v0.15 Changes

    July 15, 2020

    What's new in 0.15:

    • ๐Ÿ”จ Multiple refactors
    • โšก๏ธ Updates to product prices submission (internal code)
  • v0.14.2 Changes

    June 30, 2020

    What's new in 0.14.2:

    Method Apphud.startManually(apiKey: String, userID: String? = nil, deviceID: String? = nil) made public. You can override device ID. Do it for your own risk.

    What's new in 0.14:

    ๐Ÿ›  Fixed bug when consumable or nonrenewing subscription was treated as purchased, when user cancels pending payment if previously had purchases with the same product ids
    โž• Added two new delegate methods to ApphudUIDelegate
    โšก๏ธ Minor improvements to Apphud.updateUserID(_ userID: String) method
    Minor improvements to [automatic / reserve] submission of attribution params

  • v0.14 Changes

    June 19, 2020

    What's new in 0.14:

    • ๐Ÿ›  Fixed bug when consumable or nonrenewing subscription was treated as purchased, when user cancels pending payment if previously had purchases with the same product ids
    • โž• Added two new delegate methods to ApphudUIDelegate
    • โšก๏ธ Minor improvements to Apphud.updateUserID(_ userID: String) method
    • Minor improvements to [automatic / reserve] submission of attribution params
  • v0.13 Changes

    June 18, 2020

    What's new in 0.13:

    • โž• Add two new delegate methods to ApphudUIDelegate
    • โšก๏ธ Minor improvements to Apphud.updateUserID(_ userID: String) method
    • Minor improvements to [automatic / reserve] submission of attribution params
  • v0.12 Changes

    May 31, 2020

    What's new in 0.12:

    • ๐Ÿ‘Œ Improved ApphudError, made it a subclass of NSError
    • startedAt property of ApphudSubscription made public
    • ๐Ÿ‘ Better simulator detection
    • ๐Ÿ‘ Catalyst support