I have implemented Google Ads with some partner networks. but some of them uses UIWebView
and when i upload build to appStore getting warning like this.
ITMS-90809: Deprecated API Usage - Apple will no longer accept submissions of new apps that use UIWebView as of April 30, 2020 and app updates that use UIWebView as of December 2020. Instead, use WKWebView for improved security and reliability.
Note: i have searched UIWebView
word in my project but wasn't found it.
i use this command in terminal and through this it gives the framework list which uses UIWebView
.
here is the screenshot.
Here is my pods
pod 'GoogleMobileAdsMediationAdColony'
pod 'GoogleMobileAdsMediationInMobi'
pod 'GoogleMobileAdsMediationVungle'
Please guide me to fix this?