Hello everyone, I have on question about Android device unique id, Android ID is not working after Android version >=26.
We cann't find another way to get device unique id.
not kotlin but kotlin colored 3
n
Nikola Hadzic
05/08/2025, 6:55 AM
Hi,
There is no device unique id anymore. (Except some custom android systems like POS devices are using)
You can use firebase https://firebase.google.com/docs/projects/manage-installations#java_2
Or generate uuid and put it into shared prefs or file.
It is more app instance id.
Hope it is useful for you 🙂