UIWebView

Hi,
I removed "UIWebView" everywhere in my project code of app but, even I'm receiving warning message as below.



"App Store Connect


Dear Developer,



We identified one or more issues with a recent delivery for your app, "Sentosa OSP" 2.0.53 (195). Your delivery was successful, but you may wish to correct the following issues in your next delivery:



ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of new apps that use UIWebView APIs starting from April 2020. See https://developer.apple.com/documentation/uikit/uiwebview for more information.



After you’ve corrected the issues, you can upload a new binary to App Store Connect.

Best regards,

The App Store Team"



Can you please share me where exactly UIWebView is used in my project so that I keep my app available within deadline.





Thanks & Regards,

Vyshnavi.

Replies

Search your project for: uiwebview


If your app uses 3rd party APIs, contact the authors of those products to confirm they are not causing that message.

That was a warning in that month, but for now is a requirement migrating to WKWebView, have you solved that? I am facing same issue.