MaikuB / flutter_appauth

A Flutter wrapper for AppAuth iOS and Android SDKs
274 stars 246 forks source link

The authorization is not working on Android API 34 #543

Closed Tsiuryn closed 1 month ago

Tsiuryn commented 1 month ago

If you specify the parameter android:launchMode="singleInstance" in the Android manifest, authorization does not work on Android API 34. However, it works with android:launchMode="singleTop".

Tsiuryn commented 1 month ago

Repeated in https://github.com/MaikuB/flutter_appauth/issues/458