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

iOS app rejected- iOS 13.3.1 #252

Open premtemp1 opened 4 years ago

premtemp1 commented 4 years ago

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
kareldebedts commented 4 years ago

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

pixnbit commented 4 years ago

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