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 Your app includes non compliant SDK version

Discussion in 'Unity Ads & User Acquisition' started by modernator24, Jun 30, 2022.

  1. FeliceCasa

    FeliceCasa

    Joined:
    Aug 29, 2022
    Posts:
    2
    I tried again and and this time the update was not rejected. By doing the following things:
    1. Introducing the latest version of the Unity Ads SDK, even if we don't use it.
    2. Uploaded new version to all tracks.
    3. Uploaded new version to google play app bundle explorer after old version was officially rejected by Google Play. As we know, update was not officially rejected by google play console until a few hours after receiving the email in developer email adress. We have tried to upload the version B to app bundle explorer as soon as we received the email with a rejection message about version A, a few hours later we received officially rejection message from google play console about version A, then we pushed the version B to all tracks, in about 3 minutes we received an email that reported that our version B was rejected. It seems that google had marked the version B when version A is rejected, even if it wasn't push to any tracks.
     
    Jmonroe likes this.
  2. coldev2

    coldev2

    Joined:
    Oct 27, 2018
    Posts:
    6
    playstore com.unity3d.ads:unity-ads error:

    1. remove old play-services-ads .aar files
    in Assets\Plugins\Android folder to evitate duplicate errors

    2. copy in Assets\Plugins\Android folder the following .aar files
    https://mvnrepository.com/artifact/com.google.android.gms/play-services-ads
    play-services-ads-22.2.0.aar

    https://github.com/Unity-Technologies/unity-ads-android/releases
    unity-ads.aar

    3. build your apk

    :)

    more information:
    https://developers.google.com/ad-manager/mobile-ads-sdk/android/mediation/unity