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:
Top