Hello all
I used this code to get the imei number for the user device:
unfortunately, some devices give me an empty Msgbox, what's the problem?
is there any other method that provide a unique value so I can use to recognize the device?
I used this code to get the imei number for the user device:
B4X:
Dim v As PhoneId
Dim imi As String
imi=v.GetDeviceId
Msgbox(imi,"")
unfortunately, some devices give me an empty Msgbox, what's the problem?
is there any other method that provide a unique value so I can use to recognize the device?