Please upgrade facebook login sdk version.
Now: com.facebook.android:facebook-login:4.39.0
Now: ios :SDK v4.41.0 and above
Latest: com.facebook.android:facebook-android-sdk:
Latest iOS: SDK v5.0 and above
I have the same issue. Facebook gives us the warning about upgrading our app SDK to v5.0 for IOS platform. But the latest version flutter_facebook_login ( v 2.0.1) specify :
s.dependency 'FBSDKCoreKit', '4.39.1'
s.dependency 'FBSDKLoginKit', '4.39.1'
Please consider upgrade FB Login SDK version.
I've just received an email threatening deletion of the app if this isn't updated. This plugin doesn't work until this is resolved.
FYI 5.2.0 is the newest version
Any update on this, having the same issue
we have the same issue. please do needful
incase anyone wants to use other version more updated within the network https://github.com/roughike/flutter_facebook_login/network you can update your pubspec to something like
flutter_facebook_login:
git: https://github.com/ragnor-rs/flutter_facebook_login
version: 2.0.1
Actually I upgraded FBSDKCoreKit and FBSDKLoginKit to '5.5.0'
flutter_facebook_login:
git: https://github.com/rezashahbazi/flutter_facebook_login
version: 2.0.2
Make sure to remove Podfile.lock and run pod install
Fixed in 3.0.0.
Most helpful comment
I have the same issue. Facebook gives us the warning about upgrading our app SDK to v5.0 for IOS platform. But the latest version
flutter_facebook_login( v 2.0.1) specify :Please consider upgrade FB Login SDK version.