Skip to content
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

Closed
slymeng opened this issue Aug 29, 2019 · 5 comments
Closed

iOS Deprecated API Usage Warning #428

slymeng opened this issue Aug 29, 2019 · 5 comments

Comments

@slymeng
Copy link

slymeng commented Aug 29, 2019

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

@eun-choi
Copy link

Same as version 4.1.1

@jcesarmobile
Copy link
Member

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.
apache/cordova-ios#661

@BrutussMaximus
Copy link

Same thing happening to me here since today.
i have removed all the things that could have the webview involved (inappbrowser, themeablebrowser, ....) and i´ve upgraded the cordova-webview to the latest version and i still get the error from apple.

@jcesarmobile
Copy link
Member

I repeat, it’s a warning, not an error. And it’s in cordova-ios

@BrutussMaximus
Copy link

Like @nielsjakob said:

UIWebView has been deprecated for well over a year though, so I fear the "long time" is coming to an end very soon. So I'd second that this is a rather urgent issue.

Here's a Twitter thread from one Apple dev on the topic:
https://twitter.com/NiklasMaerz/status/1167031874738434048

@ionic-team ionic-team locked as off-topic and limited conversation to collaborators Aug 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants