yandex-disk / yandex-disk-sdk-objc

18 stars 17 forks source link

Apple Review #9

Open Xcdmau5 opened 5 years ago

Xcdmau5 commented 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.

Pash237 commented 4 years ago

Did you found a workaround? Seems like this project is abandoned :(

Pash237 commented 4 years ago

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