OneDrive / onedrive-sdk-ios

OneDrive SDK for iOS
https://dev.onedrive.com
Other
103 stars 88 forks source link

Urgent :: Use of deprecated ADAL version #214

Open moerschl opened 4 years ago

moerschl commented 4 years ago

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]

aleemrazzaq commented 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

FelixYew commented 4 years ago

Me too facing the same problem. UIWebView is deprecated! Anyone to fix this problem thanks.

Applitom commented 4 years ago

+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?

aharrys commented 4 years ago

same issue, is needed confirmation any ETA for a fix ?

DemianSteelstone commented 4 years ago

+1 same issue

mosess commented 4 years ago

+1 for asking some ETA for this

alexandr-appslab commented 4 years ago

+1 same issue

erniethomason commented 4 years ago

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

balajiechat commented 4 years ago

+1 Same issue not able to submit the app.

nuwanga88 commented 3 years ago

Same issue is facing and how you guys sorted out this?

Haibo-Zhou commented 3 years ago

If there is a fixed in 2021? Just integrate Google Drive into my app, now in turn the One Drive and Drop Box.