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

Unity Ads Suddenly stopped working

Discussion in 'Unity Ads & User Acquisition' started by Rewaken, Mar 27, 2017.

  1. Rewaken

    Rewaken

    Joined:
    Mar 24, 2015
    Posts:
    126
  2. rasmus-unity

    rasmus-unity

    Moderator

    Joined:
    Aug 15, 2014
    Posts:
    1,312
    Please check device log by running following from command line:

    adb logcat -v time UnityAds:V *:S

    You should see calls to adserver.unityads.unity3d.com for getting adplan. Check what the response from server is. It is possible to build same game for other platforms like Windows/Linux.

    /Rasmus
     
  3. Rewaken

    Rewaken

    Joined:
    Mar 24, 2015
    Posts:
    126
    Hello, thanks for reply anyway before checking logcat I want to give bit more information about my project. For testing iap I added same game as another game just changed bundle identifier to beta .It creates another another instance(same game but it shows two projects like : 1)Myname 2) Myname(1)) in ads and analytics dashboard.Can this causes issue with ads generation?
     
  4. Rewaken

    Rewaken

    Joined:
    Mar 24, 2015
    Posts:
    126
    Okay checked it changes project id in the service window it gets id of myname(1) .Changed it but still same issue.Also Advertisement.isInitialized always return false on start
     
    Last edited: Mar 27, 2017
  5. Rewaken

    Rewaken

    Joined:
    Mar 24, 2015
    Posts:
    126
    Even unlinking and linking project wont help