cordova-plugin-admob-free
cordova-plugin-admob-free copied to clipboard
ITMS-90809: Deprecated API Usage Message - Due to cordova-admob-sdk
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!
any updates?
Duplicate to Issue 418