如何使用私有API获取所有此类设备信息?我不会在应用程序商店中发布这个应用程序。它仅用于学习目的。对于iOS版本,我使用的是iOS 7& 8.提前谢谢你。
"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.
答案 0 :(得分:0)
首先,根据定义,您不能在iOS上使用私有API,尤其是如果您想在商店中发布它。 Apple验证了这一点。
但如果您敢于通过CellId和Lac的Apple验证,您可以查看:
Get CellID, MCC, MNC, LAC, and Network in iOS 5.1
设备不知道Phonenumber,只有网络才知道
方向和速度:检查Apple api