arnesson / cordova-plugin-firebase

Cordova plugin for Google Firebase
http://arnesson.github.io/cordova-plugin-firebase
MIT License
1k stars 1.55k forks source link

UIWebView Warning: Update pods of firebase plugin(ITMS-90809 warning) #1129

Open Sagarkhenat opened 4 years ago

Sagarkhenat commented 4 years ago

Describe the bug After adding the cordova-plugin-firebase plugin to our ionic hybrid app, I received the warning of ITMS-90809 Deprecated API usage from the apple team after uploading the build on testflight.

When I did the grep -r "UIWebView" . inside the platforms folder it gave me the result of Crashlytics.framework and FirebaseAuth.framework match. I wanted to know how can we check the framework version within the plugin and if I wanted to updated the pods for the framework,how should I be able to do it. Any kind of information regarding this would be helpful.

rajashekaranugu commented 4 years ago

any updates on this???

IgorVNC commented 4 years ago

Seems a possible solution is to manually upgrade the iOS following frameworks:

which are both 2 years outdated

As there is not much activity anymore here, it's all up to us to do it

Sagarkhenat commented 4 years ago

Hi @IgorVNC , have you tried upgrading the frameworks of this plugin manually? Because we have used this plugin for our app, and it is giving us the UIWebView warning mail.

teknepal commented 4 years ago

We switched over to https://github.com/dpa99c/cordova-plugin-firebasex to fix the UIWebView warnings.

marutifh commented 4 years ago

Seems a possible solution is to manually upgrade the iOS following frameworks:

which are both 2 years outdated

As there is not much activity anymore here, it's all up to us to do it

@IgorVNC Could you just update the PODs?? I am unable to use the plugin mentioned by @teknepal as I am running on Cordova 7.X.X version, Any help will be appreciated.

assertdesignuk commented 4 years ago

We use a forked version the plugin so it works with PGB and xcode, so I am going to update these PODS on our fork and see if it works.

I will report back here.

marutifh commented 4 years ago

@assertdesignuk Any luck with the forked version?

syedmaqbool commented 3 years ago

We use a forked version the plugin so it works with PGB and xcode, so I am going to update these PODS on our fork and see if it works.

I will report back here.

any luck ?

marutifh commented 3 years ago

@syedmaqbool @assertdesignuk

I created a forked version of cordova-plugin-fcm (This supports push notification but not analytics)

Here is the link:https://github.com/marutifh/hrs-cordova-plugin-fcm

You may have to change your code to have it working.

nieok commented 3 years ago

Has anyone found a solution to this? We are still unable to upload to app store because of the uiwebview references. thanks

syedmaqbool commented 3 years ago

Has anyone found a solution to this? We are still unable to upload to app store because of the uiwebview references. thanks

Yes I have found the solution remove firebase plugin and add fcm plugin for push notification

nieok commented 3 years ago

thank you for the advice. But i need firebase analytics too. and i need support for remote building like phonegap build or appflow. I prefer to keep using this one with a fix if available.

sametacar commented 3 years ago

still no update for uiwebview problem? I've some troubles about firebasex like cocoapods root problems etc.