All Versions
40
Latest Version
Avg Release Cycle
31 days
Latest Release
2378 days ago
Changelog History
Page 2
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 withsetCurrentLocation:
.
- ๐ [bugfix] Avoid a race condition in certain situations, while changing a user attribute with
-
v1.2.1 Changes
- โ [fix warning] Change deprecated
NSGregorianCalendar
toNSCalendarIdentifierGregorian
. - โ [fix warning] Always use
arc4random_uniform
(instead ofarc4random
) to generate random values.
- โ [fix warning] Change deprecated
-
v1.2.0 Changes
- [enhancement] New method
setUserAttributes:
to set multiple user attributes at a time.
- [enhancement] New method
-
v1.1.1 Changes
- ๐ [bugfix] Fix
softReset:
andhardReset:
methods (reset SDK state) that were not creating a new session.
- ๐ [bugfix] Fix