我使用以下代码在objective-c中获取iPhone的IMEI号码:
NSString *imei = [[NetworkController sharedInstance] IMEI];
但我收到此错误,使用未声明的标识符“NetworkController” 我已导入AFNetworking.h但我无法解决此错误。 有人可以帮我解决这个问题吗?
答案 0 :(得分:7)
You can get the UDID, but can not get the IMEI.Apple does not allow this.
答案 1 :(得分:1)
您无法获得iPhone的IMEI号码。这违反了Apple的安全政策。 Apple可能拒绝您的应用。