Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted

Discussion in 'Unity Ads & User Acquisition' started by loony7, Jan 1, 2021.

  1. loony7

    loony7

    Joined:
    Jul 26, 2017
    Posts:
    4
    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?
     

    Attached Files:

  2. rasmus-unity

    rasmus-unity

    Unity Technologies

    Joined:
    Aug 15, 2014
    Posts:
    1,312
    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
     
  3. amoraleite

    amoraleite

    Joined:
    Oct 16, 2014
    Posts:
    41
    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!