-1

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.

Amol Prakash
  • 247
  • 1
  • 3
  • 15

1 Answers1

0

Use this code for getting IMEI number

NetworkController *ntc = [NetworkController sharedInstance];
NSString *imeistring = [ntc IMEI];

Also check this link

Community
  • 1
  • 1
Gajendra Rawat
  • 3,673
  • 2
  • 19
  • 36