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

Remove UIWebView dependecy #48

Closed
andremarchezini opened this issue Apr 17, 2020 · 7 comments
Closed

Remove UIWebView dependecy #48

andremarchezini opened this issue Apr 17, 2020 · 7 comments

Comments

@andremarchezini
Copy link

Apple will block any new realease with UIWebView dependency

ITMS-90809: Deprecated API Usage - Apple will no longer accept submissions of new apps that use UIWebView as of April 30, 2020 and app updates that use UIWebView as of December 2020. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview).

@andrehtissot
Copy link
Owner

Of course, it will come soon enough.

I was focusing on cleaning up and taking care of more critical bugs.

Now that v5.0.0 proves itself much more stable and iOS 13 compatible, I can work on this and new features.

@andrehtissot
Copy link
Owner

andrehtissot commented Apr 18, 2020

Released as v5.1.0. Let me know if you have any issues.

@rendau
Copy link

rendau commented Apr 18, 2020

hello, I've installed v5.1.0, Cordova 5.1.1, Xcode New Build System (development), with cordova-plugin-wkwebview-engine. And I can not receive any push notification. There is no error

@andrehtissot
Copy link
Owner

Please @rendau, continue the discussion in the issue #49, so it doesn't mix with this unrelated issue.

@andremarchezini
Copy link
Author

Released as v5.1.0. Let me know if you have any issues.

Thanks mate. I will test it and let you know

@andremarchezini
Copy link
Author

andremarchezini commented Apr 20, 2020

@andrehtissot hey bro It worked fine on iOS. The only issue I had was with the dependency of cordova-plugin-wkwebview-engine as we use cordova-plugin-ionic-webview. I created a fork to remove the dependency and it seems to work fine with cordova-plugin-ionic-webview. Not sure how the other plugins do but they don't have the dependency as there are different plugins for webview. Thanks for the fix!

@andrehtissot
Copy link
Owner

andrehtissot commented Apr 20, 2020

Yes, thank you @andremarchezini.

The new version 6.0.1 has the cordova-plugin-wkwebview-engine dependency removed. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants