ratson / cordova-plugin-admob-free

New development has been moved to "admob-plus-cordova", https://github.com/admob-plus/admob-plus/tree/master/packages/cordova
https://github.com/admob-plus/admob-plus
MIT License
499 stars 214 forks source link

ITMS-90809: Deprecated API Usage Message - Due to cordova-admob-sdk #440

Open ganreader opened 3 years ago

ganreader commented 3 years ago

My Cordova iOS app is getting rejected by Apple with message:"ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability."

After replacing all references to UIWebView with WKWebView, I used this command to check: grep -r "UIWebView" . And I got the following results: Binary file ./platforms/ios/GamingApp/Plugins/cordova-admob-sdk/GoogleMobileAds.framework/GoogleMobileAds matches Binary file ./platforms/ios/build/emulator/GamingApp.app/GamingApp matches Binary file ./platforms/ios/build/emulator/GamingApp.app.dSYM/Contents/Resources/DWARF/GamingApp matches Binary file ./plugins/cordova-admob-sdk/src/ios/GoogleMobileAds.framework/GoogleMobileAds matches Binary file ./node_modules/cordova-admob-sdk/src/ios/GoogleMobileAds.framework/GoogleMobileAds matches

I tried using the latest GoogleMobileAds 7.60 version too, still, the above persists.

Due to this, I am unable to update the apps nor submit new ones! Can someone help me on this? Thanks!

jffs commented 3 years ago

any updates?

yoohoomedia commented 3 years ago

Duplicate to Issue 418