Reputation: 49
I published an culture news app on Google Play Store, developed in Android Studio about a year ago. Few days ago I integrated firebase ads in this app the way this guy done it in this video https://www.youtube.com/watch?v=eRT1Ho39MLU&t=5s
I published this update with ads included, but when I downloaded it from play store and start it, ad banner is there but all that shows is "nice job! you're displaying a 320x50 test ad from AdMob.
When I'll actually get real ads? Should I do something more?
Upvotes: 1
Views: 275
Reputation: 782
Upvotes: 0
Reputation: 4272
You aren't using your actual google-services.json
; you're using a test file provided by Firebase!
Download your project's real configuration here.
Upvotes: 2
Reputation: 5339
if you are using ca-app-pub-3940256099942544/6300978111
as id it will shows like that change it with your unit id from admob, also
Upvotes: 1