How to remove UIWebView component completely in current project?

走远了吗. 提交于 2020-08-08 12:32:07

问题


when submitting my latest build, Apple has a response with this warning.

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.

Fyi,

  1. I already migrate all UIWebView component to the WKWebView component in my project based on Apple recommendation.
  2. I tried grep -r UIWebView . and grep -r UIWebView /Path/To/Project/* to cleared all UIWeview in Project.

but Apple still response with the same warning.

Is there any ways to search for any UIWebView element that still attached to my project? Kindly suggest.


回答1:


Remove UniWebView package reference from Manifest file and also update unity ads to latest version



来源:https://stackoverflow.com/questions/59169309/how-to-remove-uiwebview-component-completely-in-current-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!