0

Possible Duplicate:
How to get IMEI on iPhone?

I can get the UDID number but I want to get IMEI number...Is the apple dont allow to trace? If so where i can find the document of apple?

Community
  • 1
  • 1
Dinesh Kumar
  • 73
  • 1
  • 3
  • 13
  • [Here](http://stackoverflow.com/questions/823181/how-to-get-imei-on-iphone/823326) is the solution – Daniel Aug 31 '10 at 14:22

1 Answers1

0
NSString *imei = [[NetworkController sharedInstance] IMEI];
DShah
  • 9,768
  • 11
  • 71
  • 127