-
Notifications
You must be signed in to change notification settings - Fork 87
Urgent :: Use of deprecated ADAL version #214
Comments
Any body find solution as I can't upload my app to Appstore |
Me too facing the same problem. UIWebView is deprecated! Anyone to fix this problem thanks. |
+1 |
same issue, |
+1 |
+1 for asking some ETA for this |
+1 |
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 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_iPad_Storyboard.storyboard:s1f-g9-Kf9: warning: UIWebView is deprecated since iOS 12.0 [7]
/Pods/ADAL/ADALiOS/ADALiOS/ADAL_iPhone_Storyboard.storyboard:aQj-zZ-Grp: warning: UIWebView is deprecated since iOS 12.0 [7]
The text was updated successfully, but these errors were encountered: