ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability.
How can I solve this problem?
ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability.
How can I solve this problem?
Hi @loony7 , which version of Unity Ads SDK are you using? Use of UIWebView was removed/addressed in Unity Ads SDK version 3.3.0, so if you use a more recent version, it should work.
Otherwise please check if you are using other plugins in your game, which could still be using UIWebView
Thanks,
Rasmus
Hi Rasmus!
I have the same issue.
And I have a noob question.
How can I search that other plugins in my project use this UIWebView?
I tried grep on my terminal but when I put on directory of my project and type grep - r “UIWebView” go to a line black and stay, no feedback… Freeze, maybe?
Thank you!