-
When i submit app to app store i am recieving this warning . Anu solution related to it?
Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs
-
I'm using the WKWebView component version of the library, but when I deploy the app to the Apple Store I get the following error: ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no …
-
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.
Thats …
-
iOS13以后,苹果不允许再使用 UIWebView Apis 了,会影响到上线审核,目前 SobotKit 里面用的还是 UIWebview, 希望能够尽快迁移到 WKWebView.
> ITMS-90809:`` Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebVie…
-
Any new update to cater to the new WKWebView
-
The latest version (5405a509) doesn't work with UIWebView.
state never be set and pullToRefreshViewShouldRefresh never be triggered.
Adding 'state = kPullToRefreshViewStateNormal;' in initWithScrollVi…
-
When full keyboard access is enabled sometimes the dashboard view steals focus from the navigation bar and it can't be returned.
-
I am using the pod GNApi-Sdk-iOS (0.3.0) in IOS that depends on AFNetworking (= 2.5.4). The problem is that the AFNetworking uses UiWebView that is depreceated and Apple does not accept when i upload …
-
Please change UIWebView to WKWebview in ProviderController for avoid Deprecate API
Thank You :)
-
Hello,
I'm working on an iOS mobile application and i'm using SimpleAuth to get an auth token from Google.
Recently i'm getting this warning whenever i deploy to TestFlight
"ITMS-90809: Depre…