I am getting my iOS application rejected by the app store due to the following error -
ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability
I have tried everything mentioned in this post - https://ionicframework.com/blog/understanding-itms-90809-uiwebview-api-deprecation/
Even after searching for ‘UIWebView’ in all files of Xcode, I am not getting any references to ‘UIWebView’. Still my application is getting rejected from the app store. This is really frustrating as we have to release the application on 1st January. Any help is highly appreciated.
Attaching screenshot of XCode Search
2 posts - 2 participants