Skip to content

2.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Mar 14:50

What's new

openId

  • the SDK now provides a method to authenticate users with an idToken issued by an openId compliant provider

What's changed

AppEvent

  • AppEvents are now always called from the UI thread

What's fixed

In-App

  • Fixed an issue, where in-app weren't displayed until an application restart, in an edge case where the application was started without an applicationCode

IdlingResource

  • Updated the version of the idling resource

Session tracking

  • Fixed an issue, where the SDK handled sessions on the SDK's thread
  • Fixed an issue, where sessions weren't restarted correctly on user identification

Async

  • Fixed issues, that some of the API endpoints (Predict, trackDeviceInfo) weren't working asynchronously, and it caused a crash in the SDK

changeAppCode

  • Fixed an issue, that changeAppCode hasn't set a contact reference(anonymous login), if there was one set before the application code change. After this fix, a contact reference(anonymous login) will be created during an appCodeChange, when there was one set before.

Important Notes

  • Deprecated methods are going to be removed in our next major release (3.0.0)