Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

Change UIWebView to WKWebView #1

Closed
jstuth opened this issue Sep 27, 2019 · 6 comments
Closed

Change UIWebView to WKWebView #1

jstuth opened this issue Sep 27, 2019 · 6 comments

Comments

@jstuth
Copy link
Contributor

jstuth commented Sep 27, 2019

Hey guys,
Apple changed its API deprecation information. UIWebView is now deprecated and WKWebView should now be used in order to upload an app to the AppStore.

Original App Store Connect message after uploading the App:

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've tracked it down to this library. Are you already working on that issue?

@jstuth
Copy link
Contributor Author

jstuth commented Sep 27, 2019

i've added a pr that will fix this #2

@rodruiz
Copy link
Contributor

rodruiz commented Sep 28, 2019

@Triipaxx, could you bump up to 1.0.2?
Thanks.

@jstuth
Copy link
Contributor Author

jstuth commented Sep 28, 2019

Unfortunately I'm not the owner of this project.
But you could check out my fork until it's part of the official project.

Add this to your yaml:
flutter_user_agent:
git: https://github.com/Triipaxx/flutter_user_agent

Try it out and let me know if there is an issue.

@j0j00
Copy link
Owner

j0j00 commented Oct 1, 2019

Thanks @Triipaxx, merged and published.

@j0j00 j0j00 closed this as completed Oct 1, 2019
@rodruiz
Copy link
Contributor

rodruiz commented Oct 5, 2019

@j0j00 and @Triipaxx,
still getting the email because of this
do we have to remove it from the else too?

I think this plugin should iOS 8 and later only and remove the code inside the else.

Thanks

@jstuth
Copy link
Contributor Author

jstuth commented Oct 5, 2019

It could be the issue.
What was your target iOS version?

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

3 participants