I am integrating Unity Ads with my iOS game. But when I try to test it in the Console it says:
"UnityAdsEditor: Server returned error message: No numeric game id set, cannot send response
UnityEngine.Advertisements.c__Iterator0:MoveNext()"
and after that:
"UnityAdsEditor: Failed to fetch campaigns.
UnityEngine.Advertisements.c__Iterator0:MoveNext()"
I looked at a lot of other answers but I can not find any reliable. I am using version 5.3 so I don't need the Asset Store package and I am not using it. I already added in:
"using UnityEngine.Advertisements;"
I do not want it in my Android version though.
↧