Notalib / nativescript-webview-ext

Nativescript plugin with extended WebView functionality
Apache License 2.0
76 stars 37 forks source link

WebView version stucked at iOS App Release: AppStore #91

Closed phoenix503 closed 4 years ago

phoenix503 commented 4 years ago

If the demo apps cannot help and there is no issue for your problem, tell us about it

Please, ensure your title is less than 63 characters long and starts with a capital letter.

Which platform(s) does your issue occur on?

Please, tell us how to recreate the issue in as much detail as possible.

Describe the steps to reproduce it. I am getting this error whenever i am trying to update my app over Appstore

ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview).

Even though i am using latest Notalib webView 6.5.4. The error started coming to me after 17th Aug 2020 before the app which i have submitted it is working fine.

Is there any code involved?

No

phoenix503 commented 4 years ago

Hi @m-abs , I am able to solved this issue my overriding the Podfile of AFNetworking You can do it or advise others to do so with latest version 4.0 https://github.com/AFNetworking/AFNetworking

m-abs commented 4 years ago

Thank you for the tip, I'll redirect others to it :)