Flutter_facebook_login: iOS app rejected- iOS 13.3.1

Created on 19 Mar 2020  路  2Comments  路  Source: roughike/flutter_facebook_login

Hello,
My app was rejected by the App Store because they are not able to login after upgrading to IOS 13.X

firebase_auth: ^0.14.0+5
flutter_facebook_login: ^3.0.0

I am using the code below to login.

facebookLogin.loginBehavior = FacebookLoginBehavior.webViewOnly;
final FacebookLoginResult result = await facebookLogin.logIn(['email']);

Screen Shot 2020-03-18 at 10 08 49 PM

Most helpful comment

https://medium.com/@karlwhiteprivate/flutter-facebook-sign-in-with-firebase-in-2020-66556a8c3586

All 2 comments

https://medium.com/@karlwhiteprivate/flutter-facebook-sign-in-with-firebase-in-2020-66556a8c3586

Can't you just not use the webViewOnly LoginBehavior that's deprecated?

Was this page helpful?
0 / 5 - 0 ratings