I have tried the accepted answer of How to get IMEI on iPhone? but I got an empty string.
I saw somebody suggested to use CoreTelephony framework, but I am not sure how to use it to obtain the IMEI.
Any suggestion on how to use this private API?
I have tried the accepted answer of How to get IMEI on iPhone? but I got an empty string.
I saw somebody suggested to use CoreTelephony framework, but I am not sure how to use it to obtain the IMEI.
Any suggestion on how to use this private API?
NOTE: this does not work anymore!
Haven't tested on any new iOS.
You have to add CoreTelephony.h to your project. Make sure the header has
Then you can try this code:
Here's the CoreTelephony.h
You can check my example project.
Note: I don't think the code works on the simulator and your app might get rejected.