MaikuB / flutter_appauth

A Flutter wrapper for AppAuth iOS and Android SDKs
270 stars 243 forks source link

Browser does not open when using flutter_appauth using built apk on device #340

Closed A-a-l-l-e-e-x-x closed 2 years ago

A-a-l-l-e-e-x-x commented 2 years ago

In debugging mode, everything seems to work fine. However, once I build my app into an apk and install it on my phone, the browser does not open anymore to prompt login information when connecting to the 3rd party service.

What could the reason be? "android.useAndroidX=true" is set, and I've given the "INTERNET" permission as well. Thanks!