[BUG] I cant change test ads to real ads
See original GitHub issueGreetings,
i have been testing this plugin in for a while, it does work great.
however in order to change my ads from test ads to producation: i followed the steps but could not change it to real. it was always shown test ads.
this is the log that i got:
Publisher misconfiguration: Failed to read publisher's account configuration; please check your configured app ID. Received app ID: ca-app-pub-3555349068948156~3604561997.
androidmainfest.xml file :
<meta-data tools:replace="android:value" android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="ca-app-pub-3555349068948156~3604561997"/>
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Admob shows Test ads but not real ads - Stack Overflow
Reason of the error: Admob is showing test ads because the ad loaded from admob does not fit in the container, mostly a...
Read more >Common reasons for ads not showing - Google AdMob Help
Use the following guide to understand common reasons why apps show few or no ads. If you're still having issues, use the Can't...
Read more >Bug - Unity Showing Real Ads in test mode
Hello folks, I am facing an issue where real ads are shown instead of the test ones in android devices . I have...
Read more >Enabling test ads | Android - Google Developers
This guide explains how to enable test ads in your ads integration. It's important to enable test ads during development so that you...
Read more >Integrate Google Admob | Ads not showing Problem Fixed
Your browser can't play this video. Learn more. Switch camera.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I learned that there must be two condition to make work:
first, don’t put ur testing device in unit test ( this will break the ads policy but i think if u did it once its ok )
In my case, I had to create GDPR to remove the problem.
i don’t know the new google play rules but it seems this is very important
@gumaciel u r awesome btw