简体   繁体   English

如何以编程方式在 Windows 8.1 手机中找到 imei 号码?

[英]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.我试图以编程方式在 Windows 手机 8.1 应用程序中查找 imei 号码,我已经引用了许多链接,但找不到任何明确的内容。我无法找到用于 Windows 8.1 手机应用程序的 tapi.dll,所以是否有任何替代 Tapi 库的方法。 Following are few links which i have refferred: http://www.codeproject.com/Questions/779684/How-to-use-tapi-lib-in-Csharp-windows-application以下是我推荐的几个链接: http : //www.codeproject.com/Questions/779684/How-to-use-tapi-lib-in-Csharp-windows-application

Get IMSI and IMEI in Windows Phone 8.1 在 Windows Phone 8.1 中获取 IMSI 和 IMEI

https://social.msdn.microsoft.com/Forums/windowsapps/en-US/c80fad35-df82-4c39-b263-93ea3758cadf/getting-imei-number-in-windows-phone?forum=wpdevelop 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可以使用检索 IMEI

MobileBroadbandDeviceInformation.MobileEquipmentId

For GSM devices, the MobileEquipmentId value will be the International Mobile Equipment Identitiy (IMEI), which can be up to 15 digits long.对于 GSM 设备,MobileEquipmentId 值将是国际移动设备标识 (IMEI),最长可达 15 位。 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.对于 CDMA 设备,MobileEquipmentId 值必须是电子序列号(ESNs0,长度为 11 位,或移动设备标识符 (MEID),长度为 17 位)。

Note笔记
This functionality is only available to mobile operator apps and Windows Store apps given privileged access by mobile network operators.此功能仅适用于移动运营商应用程序和移动网络运营商授予特权访问权限的 Windows 应用商店应用程序。

Try this .试试这个 It seems serious and cross platform.这似乎是严肃的和跨平台的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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