OS.get_unique_ID returns 'android_id' in android

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By salihkallai

I want to identify user using their device id. Godot has a feature for it OS.get_unique_ID. But it returns only same string ‘android_id’ . it doesnt return actual device id. I tested in both emulator and real physical device. Is it a bug in engine or in my code?

I’ve just came upon this myself, I upvoted your question. You’re question is dated from December, have you found any solution on your end?

hughes1992 | 2019-03-03 00:06

:bust_in_silhouette: Reply From: Dlean Jeans

For anyone in the future, this has been fixed in this pull request.