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

Popular posts from this blog

c++ - CPP, 'X' button listener -

shared memory - gstreamer shmsrc and shmsink with h264 data -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -