-
Notifications
You must be signed in to change notification settings - Fork 95
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
UIWebView issue #46
Comments
This plugin already supports WKWebView. Are you sure you've configured your Cordova project to use WKWebView? Maybe it's changed since I last looked, but a new Cordova project will run with UIWebView unless you install a plugin that changes the web view to WKWebView. (Unrelated to this plugin) |
Yes, before it gave just warnings about that, but now it shows it as error from uploading to app store. Im using WKWebView (as shown in config.xml below) and if I remove only your plugin, then it uploads to app store. It seems that app store gives error even if there is any UIWebView code in plugin.
|
If you're sure it's this plugin, I would have a look at the more recent forks here: https://github.com/TruckMovers/cordova-plugin-remote-injection/network |
Did you use this: https://cordova.apache.org/announcements/2019/11/25/cordova-ios-release-5.1.0.html |
Also after I cloned your projects and removed UI components, then app store approved my project and everything works fine. |
@mkdevel it would be very good of you to fork the repository and commit the changes you've made to help others that find this issue. Or just provide more details about the changes you made if they're simple. |
I added some links to various forks in PR #47. I find the network view very handy to see the most recent forks & activity. |
As a side note on @davidgovea PR, the forks can be used in Cordova, by replacing the plugin name in package.json with the URL of a fork:
I was able to pass certification with this setting Thanks @davidgovea ! |
Plugin is not working any more. Now if I add this plugin to iOS project, I get following error from app store: ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability.
Can you remove UIWebView components from plugin?
Problems are all because of new App store requirements for any future update.
The text was updated successfully, but these errors were encountered: