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

Created on 30 Oct 2019  路  6Comments  路  Source: roughike/flutter_facebook_login

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._

Most helpful comment

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.

All 6 comments

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

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.

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

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 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.

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

brianschardt picture brianschardt  路  7Comments

Mecheka picture Mecheka  路  4Comments

premtemp1 picture premtemp1  路  5Comments

fayaz07 picture fayaz07  路  4Comments

mis0025033 picture mis0025033  路  8Comments