Android Question Advertising Id and FirebaseAdMob2

aeric

Expert
Licensed User
Longtime User
If I want to show mobileads using FirebaseAdMob2, I must also implement Advertising Id?

I need to call GetAdvertisingId in B4XPage_Created?
If No, do I still need to add the following line in manifest editor?
B4X:
AddPermission(com.google.android.gms.permission.AD_ID)
 
Last edited:

asales

Expert
Licensed User
Longtime User
If I want to show mobileads using FirebaseAdMob2, I must also implement Advertising Id?

I need to call GetAdvertisingId in B4XPage_Created?
I don't use this GetAdvertisingId in my apps with Admob.
If No, do I still need to add the following line in manifest editor?
B4X:
AddPermission(com.google.android.gms.permission.AD_ID)
I think this is added automatically by the FirebaseAdmob2 library.
All my apps with AdMob have this permission, and I didn't add it manually to the manifest.
 
Upvote 0
Top