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

Question Issue with UnityLevelPlay(IronSource SDK) and API 33

Discussion in 'LevelPlay' started by vagelis199, Aug 27, 2023.

  1. vagelis199

    vagelis199

    Joined:
    Jul 27, 2012
    Posts:
    167
    I did a previous post where I had an issue installing the plugin to migrate from Unity Mediation seen here: https://forum.unity.com/threads/issues-with-ironsource-sdk.1478052/ after successfully integrating the plugin, now Google is requiring all apps to meet API Level 33 till 31/8.
    Now I have an issue when running my android application
    I'm getting the following error:
    Code (CSharp):
    1. AndroidJavaException: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/ironsource/mediationsdk/sdk/InitializationListener;
    At the initialization part of the code.
    Code (CSharp):
    1.  IronSource.Agent.init(id);
    I tried to move the android-bridge.jar to Assets/IronSource/Plugins/Android but had no success
     
  2. yunanhou

    yunanhou

    Unity Technologies

    Joined:
    Feb 23, 2023
    Posts:
    34
    Thanks for your question. please make sure you upgraded LevelPlay SDK/plug-in to the latest version:
    https://developers.is.com/ironsource-mobile/unity/unity-plugin/#step-1
    and make sure you implemented the correct methods and delegates. If the issue persists, please goto your LevelPlay account -> upper right corner -> Contact Us
    upload_2023-8-28_15-29-4.jpg
    Then you can raise a case with all the details, a dedicated tech guy will help you.
     
  3. vagelis199

    vagelis199

    Joined:
    Jul 27, 2012
    Posts:
    167
    Thank you I did update it form the link provided, I have another issue, using the sample scene, I have changed the game key and when I press Load Interstitial I get error: code: 508, description : Interstitial - the server response does not contain interstitial data. Why does this happen?
     
  4. yunanhou

    yunanhou

    Unity Technologies

    Joined:
    Feb 23, 2023
    Posts:
    34
    it's more AppKey configuration relevant, since the AppKey is pretty credential, I recommend you to raise a case here to our support team with all the details.