When I run my game from debug mode directly via USB cable on my phone, the real ads show. When i upload that .aab file to google play, the ads don’t show. The game has been linked in unity ads console. So im not sure what is going on. Can someone help me figure this out?
-
Are you building your game with Unity or Android Studio?
-
If Unity, which version are you using?
-
Which version of the Ads SDK are you using? How are you integrating it: Asset Store or Services window?
-
Can you share the code you are using to integrate Unity Ads?
-
Can you provide a device log from your app when Unity Ads is initialized?
-
Are you using mediation? If so, which version of the mediation SDK and adapter are you using?
hi ! I have the same issue. Unity ads are showing when i test my apk on my device, But when I publish a beta version on the google play store, the ads are not showing. I am using unity 2018.3.11 f1. I am also using unity monetization 3.0 APK.
Here is a screenshot of when I play an ad on my code:
I hope someone can help me
Until your app is in production, you should continue to use test ads. If the test ads are rendering, then your ads integration should be correct. When you need to switch over to production mode, you can do so from the Dashboard under Project Settings.
If the ads are not rendering, then I would suggest taking a look at the device logs. This will often explain what the issue is:
https://discussions.unity.com/t/699654
In your showad method, you are calling Advertisement.Show before checking if the ad is ready (and also after it is ready).
I have published on the play store and my ads won’t show
Same here… I dont know why it is happen. I sent one question to google play support and im waiting for it
Change your location (using VPN) to north America and Ads would show. They don’t in every country … that’s what i found so far…
When I developed the game using my Unity Personal Editor. Test ads are being shown perfactly in this but when I build and run in final aab bundle for google playstore then unity ads or admob ads are not showing in it. Is there any solution for this please someone if any one has found the solution please help.
i am using -
unity 2021.3.10f1 Personal editor
We will need to check your error logs to find out more about it. Can you send the ADB logs through PM or email to unityads-support@unity3d.com?
When I developed the game using my Unity Personal Editor. Test ads are being shown perfactly in this but when I build and run in final aab bundle for google playstore then admob ads are not showing in it. Is there any solution for this please someone if any one has found the solution please help.