I am trying to build for IOS but after uploading to ITuneconnect I got this message. ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview).
I know this problem exists already. I searched my Project using this command
grep -r "UIWebView".
I got one match
Binary file ./GoogleMobileAds.framework/GoogleMobileAds matches
Please let me know how can I solve this problem.
Anyone have a solution then, please help me.
Thank you.