Hi! I am trying to display some real ads inside my android game. The problem is, that every ad is test ad, and I don't have any idea what I am doing wrong.
I have read about the problem, set up advertising in editor/services (with test mode off), switched to force test mode off in dashboard, also i initialized the ads in my code like this:
**void Awake()
{
Advertisement.Initialize("13XXXX8", false);
}**
(Double checked, that the numers are matching, with the numbers in dashboard, in my code there are numbers instead of 'X'-s of course)
The app works fine, but when I press button, only test ads appear.
Note that unity can't find my app by STORE GAME ID, but as far as I know, it shouldn't be a problem.
Please tell me what I'm doing wrong!
![alt text][1]
![alt text][2]
[1]: /storage/temp/103214-1.png
[2]: /storage/temp/103215-3.png
↧