Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find Serial Number, IMEI number using iOS SDK

In my project i want to get the serial number and IMEI number using iOS SDK, What API's we can use to get in iOS7. I went through few links where they are using IO Frameworks, If we use those Apple will reject the App. How can we got forward.

like image 623
kiri Avatar asked Jul 01 '14 08:07

kiri


People also ask

How do I find my IMEI serial number?

As far as I know there are only 3 ways to do it. The serial number (IMEI code) of your mobile Type in the short code *#06# on your mobile and press the call key. Remove the battery from your mobile and look for the code on the back of your device. Consult the purchase receipt or warranty of your mobile.

How do I find the serial number on my iPhone without activating it?

If you can't turn on your iPhone, you can also get the serial number from the Apple ID web page, or another iOS device using the same Apple ID. If you saved the original packaging, you can also find the iPhone's serial number on the barcode sticker on the box.

How do I find IMEI number on iPhone without screen?

Pop the SIM Tray Out If you desperately need your IMEI number but your device won't turn on, an iPhones 6s or later should have the IMEI number printed on the SIM tray. All you have to do is pop open the SIM tray. You can locate the IMEI number on the underside of the tray.


1 Answers

Apple does not allow you the retrieve any device specific information like IMEI, UDID, Mac address, serial number, etc..

This has to do with the misuse of these identifier and the privacy of the user.

like image 130
rckoenes Avatar answered Oct 02 '22 10:10

rckoenes