Open Xcdmau5 opened 5 years ago
After uploading the App to appstoreconnect,we receive this message:
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 checked, that box yandex-disk-sdk-objc (YOAuth2ViewController) is using UIWebView. I think the Migrated from UIWebView to WKWebView is needed.
Did you found a workaround? Seems like this project is abandoned :(
If anyone interested, there is a fork with UIWebView replaced to WKWebView and other fixes: https://github.com/doo/yandex-disk-sdk-objc/tree/doo
After uploading the App to appstoreconnect,we receive this message:
I checked, that box yandex-disk-sdk-objc (YOAuth2ViewController) is using UIWebView. I think the Migrated from UIWebView to WKWebView is needed.