如何以编程方式在Windows 8.1手机中找到imei号码? [英] How do I find imei number in windows 8.1 phone programmatically?

查看:124
本文介绍了如何以编程方式在Windows 8.1手机中找到imei号码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试以编程方式在Windows Phone 8.1应用程序中找到imei编号,并且我已经引用了许多链接,但找不到任何清晰的内容.我无法为Windows 8.1 Phone应用程序找到tapi.dll,所以没有其他Tapi库替代项. 以下是我引用的一些链接: http://www. codeproject.com/Questions/779684/How-to-use-tapi-lib-in-Csharp-windows-application

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

在Windows Phone 8.1中获取IMSI和IMEI

推荐答案

可以使用以下方式检索IMEI

It is possible to retrieve the IMEI using

MobileBroadbandDeviceInformation.MobileEquipmentId

对于GSM设备,MobileEquipmentId值将是国际移动设备识别码(IMEI),最长为15位数字.对于CDMA设备,MobileEquipmentId值必须为电子序列号(ESNs0,其长度为11位数字)或移动设备标识符(MEID),其为17位数字.

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.

注意
此功能仅适用于被移动网络运营商授予特权访问权的移动运营商应用和Windows Store应用.

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

这篇关于如何以编程方式在Windows 8.1手机中找到imei号码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆