You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.