pt2121 / CoreTelephonyIMEI

iOS - getting IMEI/MEID using CoreTelephony ***PRIVATE API***
36 stars 18 forks source link

Crashes on iOS7 #1

Open ricardobed opened 11 years ago

ricardobed commented 11 years ago

Your code works on iOS 6 but not on devices running iOS 7. It crashes as it creates the dictionary.

Do you know what has changed? I'd like to get the IMEI number of my iOS 7 devices.

pt2121 commented 11 years ago

Sorry, I haven't touched iOS for a while and don't have an iPhone now. I am not sure what's changed. I'll update the project if I have a chance.

shabbirh commented 10 years ago

It seems that iOS7 has further locked down the CoreTelephony APIs (inc private ones) - making it even more complex to get IMEI details for a device - even for internal enterprise apps.

ShadeApps commented 9 years ago

So no luck to get it now? Anyone?