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

Releases: j0j00/flutter_user_agent

iOS user-agent database update

10 Oct 20:35
9583c72
Compare
Choose a tag to compare
  • Specifically the iPhone XS, XR and 11 variants (thanks @pravinarr!)

iOS deprecation API change.

10 Oct 19:48
1081472
Compare
Choose a tag to compare

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.

  • Remove references to UIWebView as it's deprecated and currently stops app submissions to the App Store - #3 (thanks @rodruiz!)

  • The plugin will only work on iOS 8 and up.

iOS API change for compatibility purposes

01 Oct 20:37
d99e115
Compare
Choose a tag to compare
  • Change UIWebView (deprecated since iOS 12.0) to WKWebView - #1