roughike / flutter_facebook_login

A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs.
BSD 2-Clause "Simplified" License
404 stars 332 forks source link

facebook login popup or webview is not opening on released apk on android phone #249

Open iamaz007 opened 4 years ago

iamaz007 commented 4 years ago

I have added 2 auth method (fb & google) in my mobile app, both are authenticated using firebase. In debug mode (AVM) both plugins are working perfectly and i can successfully authenticate the user. But when i build the apk and run it on the actual device and when i click button to login from fb, it just show a loader for a second, then disappear, it doesn't show any kind of popup or webview for fb login, but login with google is working perfectly in released apk.

rebelreplicant commented 4 years ago

I am experiencing exactly the same issue with the same setup. The only major difference between my debug emulator and my physical device is the physical device has other Facebook applications installed on it.