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


how can device information using private api? i'm not gonna release app in app store. it's learning purpose. , ios version i'm using ios 7 & 8. thank 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. 

first, definition, can not use private api on ios, if want publish on store. apple verify this.

but if dare passe apple verification cellid , lac, can check this:

get cellid, mcc, mnc, lac, , network in ios 5.1

phonenumber not know device, network got it

direction, , speed : check apple api this


Comments