f-miyu / Plugin.FirebaseAuth

MIT License
61 stars 26 forks source link

UIWebView Reference Causing AppStore Rejection #19

Open barrysohl opened 4 years ago

barrysohl commented 4 years ago

We have been using Plugin.FirebaseAuth (as well as CloudFirestore and FirebaseStorage) with great success. Thanks for the work on them!! However, we have a major app update that is being rejected due to deprecated use of UIWebView. We have been trying to track down the cause, and it appears to be Plugin.FirebaseAuth.

Grep'ing in our unzipped .ipa shows: grep -r UIWebView . Binary file ./Frameworks/FirebaseAuth.framework/FirebaseAuth matches

Does FirebaseAuth indeed have a UIWebView reference? If so, can it either be removed or updated to WKWebView so that it will not cause AppStore rejections?

Thanks so much!

f-miyu commented 4 years ago

@barrysohl

Thanks for your report. Actually, Xamarin.Firebase.iOS.Auth on which this depends has a UIWebView reference. So, I have updated it to latest version. Please update your Plugin.FirebaseAuth, Plugin.CloudFirestore and Plugin.FirebaseStorage to version 3.1.0.

barrysohl commented 4 years ago

@f-miyu That worked, thanks so much!!! We were panicking there for a minute :) We love these plugins!