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

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -