如何以编程方式获取iPhone的IMEI号码?

时间:2016-12-22 08:10:06

标签: ios iphone

我使用以下代码在objective-c中获取iPhone的IMEI号码:

NSString *imei = [[NetworkController sharedInstance] IMEI];

但我收到此错误,使用未声明的标识符“NetworkController” 我已导入AFNetworking.h但我无法解决此错误。 有人可以帮我解决这个问题吗?

2 个答案:

答案 0 :(得分:7)

You can get the UDID, but can not get the IMEI.Apple does not allow this.

答案 1 :(得分:1)

您无法获得iPhone的IMEI号码。这违反了Apple的安全政策。 Apple可能拒绝您的应用。

另外,请检查:Finding IMEI number using Objective-C