ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs

People have started receiving this warning on App submissions today


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


Would be good to have more information about it, like an official deadline.


Also the system used to warn is giving false positives, looks like it just searches for UIWebView word and doesn't really check if the app is using an UIWebView or not.

Replies

Try grep -rnw . -e 'UIWebView' in the root folder, it should tell you if there are any binaries still referencing UIWebView
Hi Eveyone ,
Its not a webview error, you are using old api's ex- ( app share api or somethin like itms) you have change new url like (https).

Hello all

i am facing the same issue i am using third party sdk in my application and sdk is contain uiwebview so please help me how to by pass and upload the app on apple store

Thanks Ashish