Releases: Iterable/iterable-android-sdk
Releases · Iterable/iterable-android-sdk
3.2.7
Added
- Added authentication support
3.2.7-beta2
Added
- Added authentication support
3.2.6
Added
- Added a new method -
setAutoDisplayPaused
toInAppManager
. This method pauses the display of in-app messages and can be used to prevent interruptions in certain areas of your app.
Changed
- Changed
messageId
argument to be non-null intrackPushOpen
.
Fixed
- Fixed an issue where the in-app message queue wasn't being refreshed on app launch.
- Removed warning messages from logs when using string resources for notification channel name.
3.2.5
Changed
app_name
was removed from published strings and replaced with plain string values in test manifests.
Fixed
- Fixed an issue where in-app click events were not being registered after displaying an in-app message.
- Fixed NullPointerExceptions in
IterableInAppFragmentHTMLNotification
that could occur in some cases when the activity is destroyed and recreated. - Fixed an issue where in-app messages were not getting cleared upon logout.
- Fixed an issue where
disableToken
could not disable all devices with same deviceToken
3.2.4
Added
- Added support for new parameters -
mergeNestedObject
inupdateUser
method. - Added public methods -
setDeviceAttribute
andremoveDeviceAttribute
to support additional device attributes.
Fixed
- Method tracing now logs only in VERBOSE log level.
3.2.3
3.2.2
Fixed
- Fixed an ArrayIndexOutOfBoundsException in IterableRequest which is thrown from inside HttpUrlConnection/OkHttp module in certain Android firmwares
3.2.1
Added
- Added support for new parameters -
subscribedMessageTypeIDs
,campaignId
,templateId
inupdateSubscriptions
method.
3.2.0
Added
-
Changes since beta:
- Added support for various ways to customize the default interface for a mobile inbox
- Added a sample project that demonstrates how to customize the default interface for a mobile inbox
- Added tracking for inbox sessions (when the inbox is visible in the app) and inbox message impressions (when a individual message's item is visible in the mobile inbox message list)
Removed
- Removed all old initialization methods starting with
sharedInstanceWithApiKey
- Removed
sendPush
methods (these API methods can't be called from mobile apps) - Removed all deprecated methods with extra parameters for push registration:
void registerDeviceToken(String token)
is the only one available now for token registrationvoid disablePush()
is the only one available for disabling the current push token- Platform is always FCM, and push integration name is taken from
IterableConfig
Changed
- The SDK now depends on AndroidX libraries. Migrate your app to use AndroidX before using version 3.2.0 or higher of the SDK.
- When
pushIntegrationName
is not set onIterableConfig
, the SDK now defaults it to the app's package name.
If you've set up your push integration with the new Mobile Apps UI, you don't have to specifypushIntegrationName
in the SDK anymore.
3.1.6
Added
- Added a new static method to
IterableFirebaseMessagingService
:isGhostPush
. Use this method to determine whether a Firebase message is an Iterable ghost push or silent push message.
Fixed
- Fixed the height of full-screen in-app messages to make sure they're not clipped by the Android navigation bar.
- The SDK doesn't log an error message anymore when a custom notification channel name is not set.