marius-bughiu / Plugin.AdMob

.NET MAUI plugin for AdMob
https://startdebugging.net
MIT License
38 stars 5 forks source link

Ads shows up ONLY in debug mode, and Only TEST Ads - Real Ads do not show on Release Mode. #11

Open sjocelyn opened 1 week ago

sjocelyn commented 1 week ago

This Library only shows Test Ads, When I set the App to Release mode no real ads show up, both on Android and IOS. When I use a different library, the ads do show on release mode. I like the simplicity of the of this library that's why I want to use it.

jcsawyer commented 16 hours ago

Are you passing through your ad unit ids when creating the ads? If you do not, by default the test ad unit ids will be used.

And are you testing on a device which is setup as a test device in admob - this would also cause test ads to be displayed.

Could it also be related to #3?