Skip to content

v2.9.0

Compare
Choose a tag to compare
@Widcket Widcket released this 23 Jun 17:25
· 322 commits to master since this release

⚠️ BREAKING CHANGE

  • Fixed authentication restart when the app is minimized [SDK-2199]#350 (Widcket)

The breaking change affects the Android configuration. Previously it was required to add an intent filter in the definition of the Activity that receives the authentication result, and to use the singleTask launchMode in that activity. Now both the intent filter and the launch mode must be removed and instead you need to add a couple of manifest placeholders. Check out the Android section for more details.