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

Check if you use in your code the UIWebView class; if yes replace your implementation with WKWebView, else need check your Pods.

Go with terminal into your project folder and execute the command:
grep -r "UIWebView" .

All matched pod must be updated.
Now I’m stuck because I found UIWebView into Google AdMob (version 7.49.0) and I’m waiting a new version from Google.

Leave a Comment