Android Question Integrating Ads

MrKim

Well-Known Member
Licensed User
Longtime User
I have a new app and I want to try putting ads in a free version.

I found the AdMob tutorial but it is 7 years old and has a caveat, "Do not use AdMob library It no longer works..."
It doesn't mention whether the tutorial has been modified to take this into account. So I looked at FirebaseAdMob and then it refers to Integrating Firebase Services.

Before I head down this rabbit hole I just thought I would ask what is the best way to proceed? Want to make sure I am using the right stuff. Don't want to try doing a bunch of stuff that is obsolete and don't want to put the cart before the horse either.

Thanks for any advice
 

asales

Expert
Licensed User
Longtime User
You should use FirebaseAdMob library to display Ads.
Currently the library don't work with Native Ads, but with the other ads works fine.
 
Upvote 0

MrKim

Well-Known Member
Licensed User
Longtime User
You should use FirebaseAdMob library to display Ads.
Currently the library don't work with Native Ads, but with the other ads works fine.
1. I don't know what native ads/other ads are.
2. So the FirebaseAdMob link will tell me everything I need to know about doing ads?

Thanks
 
Upvote 0
Top