github Iterable/iterable-android-sdk 3.5.3

2 months ago

Fixed

  • Fixed an issue where the SDK would crash if the IterableInAppMessage object was null when consuming an in-app message.

Changed

  • The SDK now provides more insight into JWT refresh failures, to help you take appropriate action in your application code. Now, when a JWT refresh fails (for any of various reasons), the SDK calls onAuthFailure(AuthFailure authFailure) on the IterableAuthHandler instance you provided to the SDK at initialization. The AuthFailure object provides more information about the failure.
  • onAuthFailure(AuthFailure authFailure) replaces onTokenRegistrationFailed(Throwable object), so if you've implemented that method you'll need to update your application code.
  • For more information, see the documentation for Iterable's Android SDK.

Don't miss a new iterable-android-sdk release

NewReleases is sending notifications on new releases.