Search Unity

No Permission for Unity Ads

Discussion in 'Unity Ads & User Acquisition' started by SubZeroGaming, Aug 16, 2016.

  1. SubZeroGaming

    SubZeroGaming

    Joined:
    Mar 4, 2013
    Posts:
    1,008
    Hello,

    I set up through the admin page my game for Unity Ads and received my app ids.

    When I try to enable UnityAds through the service window, it reads "You do not have permissions for this action"

    http://puu.sh/qCWuF/9d0bc31e90.png

    How do I resolve this?

    Version: 5.3.4f1 - Personal Ed

    Thanks!
     
  2. SubZeroGaming

    SubZeroGaming

    Joined:
    Mar 4, 2013
    Posts:
    1,008
    issue resolved. Fix: Use Unity Ads 2.0 BETA
     
  3. rasmus-unity

    rasmus-unity

    Moderator

    Joined:
    Aug 15, 2014
    Posts:
    1,312
    Yes, that will work as Ads SDK 2.0 asset store package doesn't require you to service-enable your project. However if you at a later point want to enable e.g. Unity Analytics, you'll likely see same issue.

    You can take a look in editor log file, to see if that contains any additional information (https://docs.unity3d.com/Manual/LogFiles.html)

    Best regards,
    Rasmus
     
  4. SubZeroGaming

    SubZeroGaming

    Joined:
    Mar 4, 2013
    Posts:
    1,008
    Weirdly, after setting up the Ads, it started throwing errors that the Editor namespace carries everything. I deleted the Unity Ads Asset Pack out of my project and then the service window became available.

    Weird... but it's working nicely :)