How do I find imei number in windows 8.1 phone programmatically?

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-02 02:52:12

It is possible to retrieve the IMEI using

MobileBroadbandDeviceInformation.MobileEquipmentId

For GSM devices, the MobileEquipmentId value will be the International Mobile Equipment Identitiy (IMEI), which can be up to 15 digits long. For CDMA devices, the MobileEquipmentId value must be the electronic serical number (ESNs0, which is 11 digits long, or the mobile equipment identifier (MEID), which is 17 digits long.

Note
This functionality is only available to mobile operator apps and Windows Store apps given privileged access by mobile network operators.

Try this. It seems serious and cross platform.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!