Releases: Iterable/iterable-android-sdk
Releases · Iterable/iterable-android-sdk
2.1.8 Release
2.1.8
Released on 2017-07-28
Added
- Added support for android image notifications.
Fixed
- Fixed load error for empty image url.
2.1.7 Release
2.1.6 Release
2.1.6
Released on 2017-07-19
Added
- Added the in-app consume logic to automatically remove the notification from list of in-app notifications.
Fixed
- Fixed the payload for trackInAppClick to contain the userId.
2.1.5 Release
2.1.5
Released on 2017-06-09
Added
- Added full support for newly created Firebase applications
- Added new functionality for
registerForPush
which takes in the optional pushServicePlatformIterableConstants.MESSAGING_PLATFORM_GOOGLE
(GCM)IterableConstants. MESSAGING_PLATFORM_FIREBASE
(FCM)
IterableFirebaseInstanceIDService
handles firebase token registrations automatically on install.- Added in default tracked device values for
registerDeviceToken
Changed
- Changed IterablePushRegistrationGCM to IterablePushRegistration so the registration class is not GCM specific.
- Changed the disable logic to no longer enable the deviceToken prior to disabling.
2.1.4 Release
Fixed uploaded pom file
2.1.3 release
Added support for Android deeplink tracking
getAndTrackDeeplink tracks a click and returns the destination url.
Add ability to send data by userId
Add ability to send data by userId
1.2016.09.15 Release
Adds in support for messageIds with push notifications.
1.2016.08.16 Release
Adds in functionality to play custom sounds for push notifications.
1.2016.07.04 Release
Removed registerForPush/disablePush with signature (string, boolean)
Changed function permissions in IterableApi