How to get imei and serial number in iphone programmatically?

2.9k Views Asked by At

Possible Duplicate:
How to get IMEI on iPhone?

How to get imei number and serial number programmatically on iPhone?

1

There are 1 best solutions below

1
On

Take a look at the code here: https://github.com/erica/uidevice-extension/blob/master/UIDevice-IOKitExtensions.m. I think that gives you what you want.