Change UIWebView to WKWebView
Closed this issue · 6 comments
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?
@Triipaxx, could you bump up to 1.0.2?
Thanks.
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.
Thanks @Triipaxx, merged and published.
It could be the issue.
What was your target iOS version?