Search Unity

When I Add Admob ID Game Give Error

Discussion in 'Unity Ads & User Acquisition' started by menesekinci, Oct 12, 2021.

  1. menesekinci

    menesekinci

    Joined:
    Apr 30, 2018
    Posts:
    2
    I using Admob. I create many ad and i tested, i don't have any problem. When i wanted using my real admob id and i tried, then unity give this error. Why this is happening?



    I noticed that; Is this normal? Normally Unity Android color orange, but this time other.

     
    Last edited: Oct 12, 2021
  2. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    Did you enter a string, just like the others? And a semicolon? You blurred the image so it's not possible to see, perhaps only change a few characters and don't blur.
     
    menesekinci likes this.
  3. menesekinci

    menesekinci

    Joined:
    Apr 30, 2018
    Posts:
    2
    Yes, all string is same. I checked many times. All ad type have a same problem. No problem when i use first time with test ID. But when i add admob real id, this problem up. And now app don't open on android. Always crash.
     
  4. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    Sorry I can't see what you're doing because it's blurred. A valid value should not change the editor font color, which can indicate an error. You'll want to debug where it's crashing, and then find out why. Thankfully Debug.Log statements will show in the logcat logs on Android, you can either use adb or a log viewer asset https://forum.unity.com/threads/android-logcat-package-feedback.595003/ and https://forum.unity.com/threads/tips-for-new-unity-users.701864/#post-5057741