Can I just make another app with the same name in order to get new api?
You could try making a new placement instead of using the default placements.
I got message from the support and they said the problem isn’t with my API key but because I didn’t provide info for the bundle id and play store url. My app domain and bundle id i put as the same thing com.gmail.shadowknight.TrumpAttack. Am i supposed to do that. What should i do for the url because my app isnt actually on the play store yet. Right now my bundle id and app domain are the same and my ads are still not working.
Many ad vendors use “Live in the store” as the definition to give you live ads. Usually you can get the URL for you app once you create the store entry. On Android URL’s are predictable:
https://play.google.com/store/apps/details?id=com.yourdomain.yourapp
Rob
Is the url necessary right now? I made a new placement and the ads still dont show up! I do not know what is wrong? Are my app domains and bundle ids messed up. My package name is com.gmail.shadowknight1873.TrumpAttack
So i put that exact package name for my bundle id and app domain in the details for the my app “Trump Attack” in the My Apps section in Corona Ads. Is that ok? Are the bundle ids and app domains supposed to be different?
If you package name is: com.gmail.shadowknight1873.TrumpAttack, then put that into the “Play Store Bundle ID” field. Then in the “Play Store URL field” enter: https://play.google.com/store/apps/details?id=com.gmail.shadowknight1873.TrumpAttack
It sounds like that’s what Support told you to do. I saw some chatter about ad providers only delivering ads to live apps so maybe taking care of this will help you. As for the new placement, it can take up to 24 hours for that to get wired up for you.
Rob
What about the app domain do I leave that as com.gmail.shadowknight1873.TrumpAttack?
I’m not really sure what goes in that field. I put in the web address for my app’s support site.
Rob
The corona ads support said the only reason I’m not getting ads is because my app isn’t live. But I have another question about admob and the turtoial you made about how to integrate it.
In the ads.init line you had appID but in the code there is no variable appID but there is a variable interstitialAppID so is the ads.init line supposed to ads.init(adProvider, interstitialAppID, adListener)?