Search Unity

Question Can someone help me upgrade a couple scripts to 4.X.X sdk?

Discussion in 'Unity Ads & User Acquisition' started by Ohyouknow, Nov 14, 2022.

  1. Ohyouknow

    Ohyouknow

    Joined:
    Oct 23, 2013
    Posts:
    124
    Hi all,

    I'm in need of some help updating a couple of my scripts to reflect the changes made from 3.7.5 and 4.X.X+. At the moment, GooglePlay is rejecting my update because it isn't using 4.0.1 or newer, and after upgrading from 3.7.5, a few things have stopped working, please see this thread for reference: https://forum.unity.com/threads/unity-ads-isready-and-resultcallback-help-for-android-build.1350902/

    I'm not a coder so this would take more much longer to figure out, as I've been trying for weeks, but for someone that knows coding, I'm sure this is a simple fix. I can also pay you via Venmo or cash app for your time.

    Please PM me so we can discuss this via email. Thanks everyone!
     
  2. Unity-Boon

    Unity-Boon

    Unity Technologies

    Joined:
    Jan 18, 2017
    Posts:
    135
    Besides implementing using a wrapper, Unity Ads SDK 4.0 or above using callbacks IUnityAdsLoadListener and IUnityAdsShowListener, which your game should receive a callback once the ad load or ad show is completed.

    https://docs.unity.com/ads/ImplementingBasicAdsUnity.html

    I have attached sample scripts here for your reference.
     

    Attached Files: