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 if I remove the app from my phone and install it again - the id is always the same.
The old id started with 14
Yesterday I cleaned up a cache and data from Play Store. When I run my project today I see that the id has changed. The new id started with 90
I tried to reproduce it - cleand up the Play store again - the id (the new one) hasn't chanhed. I run Erel project - the same id again - statred with 90.
My question is - is it possible to get the old id (started with 14)?
The advertising ID is a unique, user-resettable, and user-deletable ID for advertising, provided by Google Play services. It gives users better controls and provides developers with a simple, standard
support.google.com
As part of Google Play services update in late 2021, the advertising ID will be removed when a user opts out of personalization using advertising ID in Android Settings. Any attempts to access the identifier will receive a string of zeros instead of the identifier.
The advertising ID is a unique, user-resettable, and user-deletable ID for advertising, provided by Google Play services. It gives users better controls and provides developers with a simple, standard
As part of Google Play services update in late 2021, the advertising ID will be removed when a user opts out of personalization using advertising ID in Android Settings. Any attempts to access the identifier will receive a string of zeros instead of the identifier.
You cannot expect Advertising ID to by unique any more, as a lot users will have all zeros, my self included.
As part of Google Play services update in late 2021, the advertising ID will be removed when a user opts out of personalization using advertising ID in Android Settings. Any attempts to access the identifier will receive a string of zeros instead of the identifier.
You cannot expect Advertising ID to by unique any more, as a lot users will have all zeros, my self included.