All Versions
40
Latest Version
Avg Release Cycle
31 days
Latest Release
2378 days ago

Changelog History
Page 2

  • v2.1.0-rc3 Changes

    • ๐Ÿ›  [bugfix] Fix a issue that was preventing in-app messages from being displayed.
  • v2.1.0-rc2 Changes

    • [enhancement] Do not create a session when the app is open in background. This avoids creating huge sessions that are open in background and only closed when the app goes foreground.
  • v2.1.0-rc1 Changes

    • [feature] Add support for Apple Watch (watchOS 2.0+)
  • v2.0.0-rc2 Changes

    • ๐Ÿ›  [bugfix] Small fix that could avoid compiling on iOS < 9
  • v2.0.0-rc1 Changes

    • [feature] [iOS >= 6.0] Add support for Modal In-App Messages.
    • [feature] [iOS >= 6.0] Add support for Banner n-App Messages.
  • v1.2.3 Changes

    • [enhancement] Do not create a session when the app is open in background. This avoids creating huge sessions that are open in background and only closed when the app goes foreground.
  • v1.2.2 Changes

    • ๐Ÿ›  [bugfix] Avoid a race condition in certain situations, while changing a user attribute with setUserAttribute:forKey: or while setting the device location with setCurrentLocation:.
  • v1.2.1 Changes

    • โš  [fix warning] Change deprecated NSGregorianCalendar to NSCalendarIdentifierGregorian.
    • โš  [fix warning] Always use arc4random_uniform (instead of arc4random) to generate random values.
  • v1.2.0 Changes

    • [enhancement] New method setUserAttributes: to set multiple user attributes at a time.
  • v1.1.1 Changes

    • ๐Ÿ›  [bugfix] Fix softReset: and hardReset: methods (reset SDK state) that were not creating a new session.