Hello everyone, I have on question about Android d...
# android
y
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
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 🙂
👍 2
c
Image from iOS.jpg