-
Notifications
You must be signed in to change notification settings - Fork 626
Not able to submit to App Store because of 'Deprecated API Usage - UIWebView' warning #720
Comments
Any reason why you're not using cordova 10 and cordova-ios 6.1.1? |
Currently I am using cordova-ios @5.1.1 with cordova 9 Because most plugins I am currently use are compatible with that. Although I tried cordova@6.1.1 with cordova 9 and build is successful but app has been rejected. FYI, I do remove node_modules, platforms, plugins folders each time I try different version I don't think that trying with cordova 10 may solve it but I will give it a try and I will post it here!! |
So you're using cordova-ios 5.x, because "plugins are compatible", but then you also use cordova-ios 6.x and "build is successful"? My
and some excerpt from package.json:
No complaints from Apple. |
I've tried cordova@9 and cordova-ios@6.1.1 and build failed due to : this issue Here is my environment
|
I've tried cordova@10 and cordova-ios@6.1.1 and build failed due to : this issue Again !
|
@sebastian-zarzycki-es I've successfully build and archive the app and it's got rejected :)))))) |
@tomavic did you find a solution? I have the same problem, my app was archived successfully but it was reject because use UIWebView. I'm use the plugin versión 7.0.2 with cordova-io@6.0.0 |
@djdannycastillo I ended up refactoring my app and using cordova also, instead of capacitor. :(
|
After many searches and trials. Following this and this and this
The problem exists with This plugin, Facebook4, SocialSharing. I have removed Facebook and social sharing but I need to use this plugin and the latest version is still doesn't have the solution.
My Environment
The text was updated successfully, but these errors were encountered: