Hina-Hussain / DeviceInformationPlugin

Apache License 2.0
6 stars 11 forks source link

IMEI received via deviceIMEINumber isn't correct #4

Closed ahamzatariq closed 2 years ago

ahamzatariq commented 2 years ago

I'm hitting the api to fetch device IMEI but it's returning an invalid IMEI number.

HRockT commented 2 years ago

I'm hitting the api to fetch device IMEI but it's returning an invalid IMEI number.

have you fix it ?

WONDERJEWEL commented 2 years ago

I have the same problem with IMEI any news?

thedevsbuddy commented 2 years ago

I checked my device's IEMI number via *#06# it shows a different IMEI and when using this package to get IMEI it shows a completely different IMEI number. it doesn't include any of the 2 IMEI available in the device. Please fix it asap.

Hina-Hussain commented 2 years ago

I'm hitting the api to fetch device IMEI but it's returning an invalid IMEI number.

Android has disabled the access of imei number due to security violation issues. This package now return UUID to differentiate the devices instead of real imei no. Thanks for reaching.