Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question Unity Reward Ads not show!

Discussion in 'Unity Ads & User Acquisition' started by Rachan, Jan 5, 2023.

  1. Rachan

    Rachan

    Joined:
    Dec 3, 2012
    Posts:
    760
    Hi there!
    I following this tutorial
    https://learn.unity.com/tutorial/unity-monetization-rewarded-ads#

    I copy all of that code to my game, my game is iOS game, But when I try to play
    the Ads not even OnInitializationComplete() to play it just stop at Start()...
    so my game still no Reward Ads, what did I wrong?

    or my game need to pass review and released on App Store first! to go further?
    anyone having this issue?
    Thanks!
     
  2. Carl_UnityDSE

    Carl_UnityDSE

    Unity Technologies

    Joined:
    May 25, 2022
    Posts:
    59
    Hello @Rachan,

    Unity Ads SDK is available to all. It is not necessary for us to review the app, or publish it in order to monetize it.

    If the Unity Ads SKD does not complete the initialization, this can indicate internet connectivity issues or an incorrect integration.

    To further investigate this, we would need more information from your side. Please contact the support team at unityads-support@unity3d.com.
     
  3. mfatihbarut

    mfatihbarut

    Joined:
    Apr 11, 2018
    Posts:
    1,059
    Don't for get to use IEnumarator to call (show an ads) never use normal methods. It should be coroutine.