-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS Deprecated API Usage Warning #428
Comments
Same as version 4.1.1 |
First of all, that's a warning, not an error. This is a problem on cordova-ios as even if you use WKWebView as this plugin does, the cordova code is also sent for review and that confuses Apple. It's already reported in cordova-ios repo. |
Same thing happening to me here since today. |
I repeat, it’s a warning, not an error. And it’s in cordova-ios |
Like @nielsjakob said:
|
Just submitted my app to TestFlight and got an email with the error:
ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview for more information.
I got this error, when use ionic( 4.12.0), while I am not using UIWebview in my application at all.
Here are some main configuration information
package.json
"cordova-plugin-ionic-webview": "^4.0.1",
config.xml
The text was updated successfully, but these errors were encountered: