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 Error showing Ad Unit Interstitial_Android: NOT_READY - Placement Interstitial_Android is not ready

Discussion in 'Unity Ads & User Acquisition' started by owaisnew4377, Apr 24, 2022.

  1. owaisnew4377

    owaisnew4377

    Joined:
    Jan 14, 2022
    Posts:
    2
    Always get this error Error showing Ad Unit Interstitial_Android: NOT_READY - Placement Interstitial_Android is not ready
    UnityEngine.Debug:Log (object)

    Used to work well on earlier project don't know what's the issue now
     
  2. SamOYUnity3D

    SamOYUnity3D

    Unity Technologies

    Joined:
    May 12, 2019
    Posts:
    592
    The ad is not loaded yet, please call Advertising.Load() method to load an ad, after an ad is loaded, you can call Advertising.Show() to show the ad.
     
  3. MoonPlayMedia

    MoonPlayMedia

    Joined:
    Nov 28, 2021
    Posts:
    5
    Hi i use those scripts from Unity documentation but is not working i have that same error message. I use LoadAd() and in it but still
     
  4. SamOYUnity3D

    SamOYUnity3D

    Unity Technologies

    Joined:
    May 12, 2019
    Posts:
    592
  5. MoonPlayMedia

    MoonPlayMedia

    Joined:
    Nov 28, 2021
    Posts:
    5
  6. mabi77

    mabi77

    Joined:
    Jun 19, 2022
    Posts:
    4
    I have the same problem. In addition I have this error
    2023/05/12 00:10:08.511 25438 25691 Warn UnityAds com.unity3d.services.core.device.Device.getNetworkType() (line:148) :: Unity Ads was not able to get current network type due to missing permission
     
  7. SamOYUnity3D

    SamOYUnity3D

    Unity Technologies

    Joined:
    May 12, 2019
    Posts:
    592
    Could you please provide the device log so we can check it?
     
  8. SamOYUnity3D

    SamOYUnity3D

    Unity Technologies

    Joined:
    May 12, 2019
    Posts:
    592
    This is a normal log and won't affect the Ads SDK's process.
     
  9. mabi77

    mabi77

    Joined:
    Jun 19, 2022
    Posts:
    4
    Could you tell me the procedure to do it please?
     
  10. SamOYUnity3D

    SamOYUnity3D

    Unity Technologies

    Joined:
    May 12, 2019
    Posts:
    592
    Sure, to get log on iOS, you can follow this guide:
    https://forum.unity.com/threads/how-to-capturing-device-logs-on-ios.529920/

    To get log on Android:
    https://forum.unity.com/threads/how-to-capturing-device-logs-on-android.528680/
    https://developer.android.com/studio/debug/logcat

    You can check the log to see if there are any errors occurred:
    https://docs.unity.com/ads/manual/UnityAPI#UnityAdsInitializationError
     
  11. mabi77

    mabi77

    Joined:
    Jun 19, 2022
    Posts:
    4
    I have this error when i test my game "Error showing Ad Unit Interstitial_Android: NOT_READY - Placement Interstitial_Android is not ready" I attach the log.txt file. Thank you for your support.
     

    Attached Files:

    • log.txt
      File size:
      46.1 KB
      Views:
      93
  12. SamOYUnity3D

    SamOYUnity3D

    Unity Technologies

    Joined:
    May 12, 2019
    Posts:
    592
    I didn't see the error in the log you attached, can you confirm?
     
  13. mabi77

    mabi77

    Joined:
    Jun 19, 2022
    Posts:
    4
    Sorry I attach the correct file
     

    Attached Files:

    • log.txt
      File size:
      72.5 KB
      Views:
      102
  14. SamOYUnity3D

    SamOYUnity3D

    Unity Technologies

    Joined:
    May 12, 2019
    Posts:
    592
    The log shows that Interstitial_Android has not been loaded successfully, please display it after Interstitial_Android is loaded successfully. You can load an ad using the Load method and determine if it was loaded in the IUnityAdsLoadListener callback.
     
  15. maharajadevolper

    maharajadevolper

    Joined:
    Apr 12, 2023
    Posts:
    1

    how find it called i have problem please help
     
  16. SamOYUnity3D

    SamOYUnity3D

    Unity Technologies

    Joined:
    May 12, 2019
    Posts:
    592
    Could you tell me more about your problem?