问题
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,
- I already migrate all UIWebView component to the WKWebView component in my project based on Apple recommendation.
- I tried
grep -r UIWebView .
andgrep -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