flutter_facebook_login icon indicating copy to clipboard operation
flutter_facebook_login copied to clipboard

iOS app rejected- iOS 13.3.1

Open premtemp1 opened this issue 4 years ago • 2 comments

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

premtemp1 avatar Mar 19 '20 02:03 premtemp1

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

kareldebedts avatar Mar 19 '20 15:03 kareldebedts

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

pixnbit avatar Mar 22 '20 17:03 pixnbit