Android Question Mobileads.jar and mobileads.xml

DOM85

Active Member
Licensed User
Longtime User
Hello,
I try to use Admob in my B4A app.
I don't know where to obtain mobileads library.
Thank you for any help.
 

asales

Expert
Licensed User
Longtime User
Here:
 
Upvote 0

Centaury 20

New Member
MobileAds.jar + MobileAds.xml is an outdated method that has long been incompatible with how the current Google Mobile Ads SDK works. Currently, the standard approach in B4X is FirebaseAdMob2 / Google Mobile Ads SDK v20+, as mentioned in that thread. Otherwise, you may encounter incompatibility issues, strange errors, and problems with impressions/metrics.

And if the goal is not just “to be displayed,” but to actually monetize consistently, it's better to go through mediation right away (I ended up going with CAS, and there were fewer surprises).
 
Upvote 0
Top