Open RRajput91 opened 4 years ago
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.
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.
Probably an old 3rd party framework. if you're using pods try - pod update
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
andWKWebView
are explicitly notplease help.