Open moerschl opened 4 years ago
Any body find solution as I can't upload my app to Appstore Please correct the following issues, then upload again. ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more
Me too facing the same problem. UIWebView is deprecated! Anyone to fix this problem thanks.
+1 We have the same issue. we get this warning every submit to Apple and this warning will turn to rejection by EOY. Any ETA for a fix?
same issue, is needed confirmation any ETA for a fix ?
+1 same issue
+1 for asking some ETA for this
+1 same issue
I updated the OneDriveSDK code to use WKWebView. If interested, you can check out my solution on stackoverflow: https://stackoverflow.com/questions/63127839/ios-onedrive-sdk-needs-update-for-depreciated-uiwebview
+1 Same issue not able to submit the app.
Same issue is facing and how you guys sorted out this?
If there is a fixed in 2021? Just integrate Google Drive into my app, now in turn the One Drive and Drop Box.
Apple does not accept iOS apps which using the deprecated UIWebView anymore.
Currently, onedrive-sdk-ios is only working with the long time deprecated ADAL version 1.2. This version of ADAL is using UIWebView. Please update onedrive-sdk-ios to use the lates ADAL version which is using WKWebViews.
Compiler warning: _Pods/ADAL/ADALiOS/ADALiOS/ADAL_iPadStoryboard.storyboard:s1f-g9-Kf9: warning: UIWebView is deprecated since iOS 12.0 [7]
_/Pods/ADAL/ADALiOS/ADALiOS/ADAL_iPhoneStoryboard.storyboard:aQj-zZ-Grp: warning: UIWebView is deprecated since iOS 12.0 [7]