本文介绍了如何在Windows编程8中获取sim序列号?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Windows Phone 8 中是否提供了任何 API 来从设备获取 SIM 序列号而不是电话号码.在 android 中使用 getSimSerialNumber() 但我在 Windows Phone 8 编程中找不到类似的方法..

Is there any API given in windows Phone 8 to get the sim serial number from the device and not the phone number.In android getSimSerialNumber() is used but i can,t find similar methods in windows phone 8 programming..

我想要一个唯一的号码来识别服务器中的设备.所以有人帮我实现它...

I want an unique number to identify the device in the server.so some body help me to acheive it...

推荐答案

出于安全原因,SIM 号码和其他个人信息在 Windows Phone 8 的公共 SDK 中不可用.

For security reasons, the SIM number and other personal information are not available in the public SDK for Windows Phone 8.

要唯一标识设备,您可以使用 ANID2 值.

To uniquely identify a device you can use the ANID2 value.

这篇关于如何在Windows编程8中获取sim序列号?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-21 08:38