ios - How to get IMEI number of iPhone programmatically? -
i have used following code getting imei number of iphone in objective-c:
nsstring *imei = [[networkcontroller sharedinstance] imei];
but getting error, use of undeclared identifier "networkcontroller" have imported afnetworking.h can not solve error. can me solving issue?
you can udid, can not imei.apple not allow this.
Comments
Post a Comment