How can I get lac,cellID and all of these device information?

How can I get all this device information using private API? I'm not gonna release this app in app store. It's just for learning purpose. And for the iOS version I'm using iOS 7 & 8. Thank you in advance.


"lac": location area code,
"cellId": cell tower id,
"speed": speed in meter per second using accelerometer,
"direction": compass,
"current": current level,
"temp": device temperature,
"imei": imei,
"phoneNumber":phoneNumber::string.

How can I get all this device information using private API?

I can confirm that there are no public APIs for getting this sort of information. And DevForums is not an appropriate place to discuss private APIs.

What sort of environment are you deploying to? Some of this information is available to folks in a managed environment via MDM.

Share and Enjoy

Quinn "The Eskimo!"
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"
How can I get lac,cellID and all of these device information?
 
 
Q