cordova-plugin-admob-free icon indicating copy to clipboard operation
cordova-plugin-admob-free copied to clipboard

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

Open ganreader opened this issue 5 years ago • 2 comments

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!

ganreader avatar Jun 16 '20 06:06 ganreader

any updates?

jffs avatar Jun 26 '20 16:06 jffs

Duplicate to Issue 418

yoohoomedia avatar Aug 23 '20 11:08 yoohoomedia