Skip to content

Releases: Iterable/iterable-android-sdk

3.2.3

08 May 22:44
55f4dbf
Compare
Choose a tag to compare

Added

  • IterableInAppMessage now stores the campaignId it belongs to. (Thanks to @nkotula!)

Changed

  • The SDK now uses DialogFragment to show in-app messages. In-app messages are more stable than before and resilient to device configuration changes like device rotation.

3.2.2

07 Apr 20:21
Compare
Choose a tag to compare

Fixed

  • Fixed an ArrayIndexOutOfBoundsException in IterableRequest which is thrown from inside HttpUrlConnection/OkHttp module in certain Android firmwares

3.2.1

25 Mar 21:14
Compare
Choose a tag to compare

Added

  • Added support for new parameters - subscribedMessageTypeIDs, campaignId, templateId in updateSubscriptions method.

3.2.0

09 Mar 18:08
817d006
Compare
Choose a tag to compare

Added

  • Mobile Inbox

    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 registration
    • void 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 on IterableConfig, 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 specify pushIntegrationName in the SDK anymore.

3.1.6

13 Feb 03:33
Compare
Choose a tag to compare

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.

3.1.5

16 Dec 21:34
Compare
Choose a tag to compare

Changed

  • Automatic push registration is now only done if the app is running in foreground

3.2.0-beta1

15 Oct 22:28
Compare
Choose a tag to compare
3.2.0-beta1 Pre-release
Pre-release

IMPORTANT

  • This feature must be enabled for your project before you can use it. Please contact your CSM if you want to use this beta version.
  • Beta versions of this SDK are subject to Iterable's
    Beta Mobile SDK Terms of Service.

Installation

Beta installation instructions

Added

Changed

  • When pushIntegrationName is not set on IterableConfig, 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 specify pushIntegrationName in the SDK anymore.

3.1.4

11 Oct 00:28
Compare
Choose a tag to compare

Added

  • Push notifications now also display image thumbnails when collapsed

Changed

  • Connection timeout for GET requests is now 3 seconds, to match other request timeouts
  • Api-Key header is now also used for GET requests

Fixed

  • Fixed possible exceptions when an in-app message is not on the screen when it's being resized

3.1.3

06 Aug 01:48
Compare
Choose a tag to compare

Fixed

  • Fixed a NullPointerException that could occur in some cases when trying to get Advertising ID

3.1.2

10 Jul 23:02
Compare
Choose a tag to compare

Changed

  • Removed FirebaseInstanceIDService dependency to support newer versions of firebase-messaging library. This bumps the minimum required version of firebase-messaging to 17.4.0.

Fixed

  • Fixed deserialization of in-app messages stored with beta versions of the SDK