AppAuth-iOS icon indicating copy to clipboard operation
AppAuth-iOS copied to clipboard

App Binary Rejected due to UIWebView Deprecated

Open RRajput91 opened this issue 5 years ago • 3 comments

I am trying to upload mynew iOS app on App Store and it's showing this error in mail: ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview).

after using the command "grep -r "UIWebView" ." in terminal it's showing this: ./Pods/AppAuth/README.md:for the auth request. UIWebView and WKWebView are explicitly not

please help.

RRajput91 avatar Oct 06 '20 10:10 RRajput91

As the README file states, AppAuth does not make use of UIWebView. I'd check to make sure there isn't a reference elsewhere in your app or other dependencies.

petea avatar Oct 06 '20 22:10 petea

Please check the terminal print out you posted, It is the ReadMe.md where grep found something. This ReadMe is usually not shipped with the app. So there needs to be a different framework using UIWebView.

ThomWee avatar Nov 11 '20 12:11 ThomWee

Probably an old 3rd party framework. if you're using pods try - pod update

adozenlines avatar Feb 26 '21 00:02 adozenlines