B4A Code Snippet Advertising id - Erel    Sep 3, 2025   (15 reactions)   tags: phone imei id :
Private Sub GetAdvertisingId As ResumableSub
Dim jo As JavaObject = Me
jo.RunMethod("GetAdvertisingId", Null)
Wait For AdvertisingId_Ready (Success As Boolean, Id As String)
Return... B4A Question Firebase Advertising ID 00000000-0000-0000-0000-000000000000 - JackKirk    Dec 20, 2023 Coming back to this after a couple of years, the app that worked fine with Erel's code:
https://www.b4x.com/android/forum/threads/advertising-id.101050/#post-634785
is now producing:
00000000... B4A Question How to reset the Advertising id? - Alex_197    Feb 10, 2023 Hi all
I read that the Advertising id can be rest by the user. But how to do it?
Why I'm asking - for a long time I'm using this Advertising id in my project the id has never changed even... B4A Question Push Notifications, B4A 12.0 and Advertising ID permission - Andrew (Digitwell)    Jan 10, 2023 .android.gms.permission.AD_ID"/>
I do not want to use an Advertising ID in this app. Is this now... B4A Question Advertising ID - sorex    Sep 8, 2022 is if my app is using the advertising ID.
I'm just displaying ads with admob & tappx.
Does this mean I use the advertising ID ?
Or is the "using" more meant for something like fetching the ID and sending it over for who knows what reason to a backend?... B4A Question Advertising ID alternative? - marcick    Apr 6, 2022 Hi all
I was using the advertising ID to identify a device for licence purposes.
Now I see... delete their advertising ID in order to opt out of personalization advertising).
So I’m looking for... B4A Question How to get rid of [import com.google.android.gms.ads.identifier.AdvertisingIdClient;] - JackKirk    Nov 5, 2021 that target children must not transmit Android Advertising ID (AAID) from children or users of unknown age....
Thank you,
The Google Play team
It appears that "Android Advertising ID (AAID)" means the Firebase advertising ID.
In an attempt to comply with this new edict I am....identifier.AdvertisingIdClient;
^
Note: Some input files use or... B4A Question B4XPages GetAdvertisingId - Robert Valentino    Oct 10, 2020 I am converting an App to B4XPages I use to have the GetAdvertisingId routine in my main https://www.b4x.com/android/forum/threads/advertising-id.101050/#content
When I move it to my B4XMainPage....gms.ads.identifier.AdvertisingIdClient;
import com.google.android.gms.ads.identifier.AdvertisingIdClient.Info;
public static void GetAdvertisingId() {
BA.runAsync(processBA, mostCurrent... B4A Question Get AdvertisingID - Alex_197    Sep 17, 2020 Hi all.
I follow the instruction about how to set AdvertisingID from this URL https://www.b4x.com/android/forum/threads/advertising-id.101050/#content and it works fine.
But only if I put this code... B4A Question Advertising ID 00000000-0000-0000-0000-000000000000 - nima66 (first post)    Dec 5, 2024
From what you wrote in your OP it seems that you're not using the ad id for ads. You refer to... logging the ad id for that purpose. If that's the case, then you could use any unique id for this - so... Page: 1   2   3   4   5   6   |