I have to retrieve the IMEI number in iPhone using Phonegap and i don't know how to do that. Does apple supports retrieving of device IMEI number programmatically or Is there any plugin available to do that? Please help me.
Thanks in advance.
I have to retrieve the IMEI number in iPhone using Phonegap and i don't know how to do that. Does apple supports retrieving of device IMEI number programmatically or Is there any plugin available to do that? Please help me.
Thanks in advance.
Use this code for getting IMEI number
NetworkController *ntc = [NetworkController sharedInstance];
NSString *imeistring = [ntc IMEI];
Also check this link