Hey Unity,
I’v been working on a game for the iOS app store, and I have wanted to use the Unity Ads platform. However I’m messing up somewhere, Unity is giving me a few errors, and I am not sure what to do.
UnityAdsEditor error: Server returned error message: Game profile not enabled.
UnityEngine.Advertisements.HTTPLayer.c__Iterator0:MoveNext()
And,
UnityAdsEditor error: Failed to fetch campaigns
UnityEngine.Advertisements.HTTPLayer.c__Iterator0:MoveNext()
Any clue what, or where I am going wrong?
I’v checked the game i.d. on the Unity ads admin website, and within my code so I don’t think its that. I have “using UnityEngine.Advertisements;” at the top of my code that starts and initializes the ads, does it need to be on any other scripts?
Thanks for any help!