Hi, is there any way to get the imei of the phone on which the application runs?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By orelvis15
:warning: Old Version Published before Godot 3 was released.

I need to have access to some only of the phone id

:bust_in_silhouette: Reply From: batmanasb

Look in the OS class, there are methods such as OS.get_unique_ID()

thanks, it was exactly what I was looking.

orelvis15 | 2016-03-11 02:17