简体   繁体   中英

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

I am trying to find imei number in windows phone 8.1 application programmatically and i have referred many links but cannot find anything clear.I am unable to find tapi.dll for windows 8.1 phone application so is there any alternative for tapi library. Following are few links which i have refferred: http://www.codeproject.com/Questions/779684/How-to-use-tapi-lib-in-Csharp-windows-application

Get IMSI and IMEI in Windows Phone 8.1

https://social.msdn.microsoft.com/Forums/windowsapps/en-US/c80fad35-df82-4c39-b263-93ea3758cadf/getting-imei-number-in-windows-phone?forum=wpdevelop

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM