标签: .net mobile tablet imei
我正在开发一个Windows桌面应用程序,用于将专有数据复制到设备,仅限移动设备和平板电脑。为此,我们被要求使用设备的IMEI号来唯一地识别它。当客户连接设备时,我在C#中的应用程序能够检测到设备是通过USB连接的。但我没有找到一种方法来读取设备的IMEI号。
请建议我一种方法来读取设备的IMEI号码。我对所有编程语言都开放。
答案 0 :(得分:1)
用于Windows移动设备: http://www.codeproject.com/Articles/161389/Windows-Mobile-Programming-Tricks-on-the-NET-Com
http://www.c-sharpcorner.com/Forums/Thread/78856/get-imei-in-device-application-in-C-Sharp-dotnet.aspx
for android device: How to get the device's IMEI/ESN programmatically in android?