roughike / flutter_facebook_login

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

Remove references to UIWebViewDelegate to comply with App Store Submission warning (#3722). #209

Open opringle opened 4 years ago

opringle commented 4 years ago

I have been warned of the following by the app store:

ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview for more information.

edianogama commented 4 years ago

@opringle You resolve this issue ? I have the same problem. If you do, How do that ?

opringle commented 4 years ago

Apple still allowed the submission, however, this is something that will need to be updated in this library in the future or app store submissions will be rejected.

edianogama commented 4 years ago

@opringle Yes, my app has been rejected. I updated version of facebook_login to 3.0.0 and will send again. Thanks

brt-manishp commented 4 years ago

I am also facing same issue, I have also checked Pods for iOS, and I have tried updating Pods multiple time using command "pod update flutter_facebook_login" but it still using 0.0.1 version, this is causing only for iOS only. Working fine for Android. I also tried updating pod manually but it is not accepting the version

edianogama commented 4 years ago

I am also facing same issue, I have also checked Pods for iOS, and I have tried updating Pods multiple time using command "pod update flutter_facebook_login" but it still using 0.0.1 version, this is causing only for iOS only. Working fine for Android. I also tried updating pod manually but it is not accepting the version

I change version to flutter_facebook_login: ^3.0.0 And open Runner in Xcode and change IOS Target version to 11.0 and Works for me.

kareldebedts commented 4 years ago

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