Apple's SDK agreement limits an applications' scope of data access, but has anyone found how to log any of the following information (even if it has been shut down by apple)?:
Operating System, OS Version, Network Name, Technology, Device, Latitude, Longitude, Time, RSSI, RSRP, RSRQ, RSSNR, Cell ID, Ping Time, Packet Loss, Ping Success Rate, Download Speed, Upload Speed, Call Event Type,
This can be accomplished fairly easily on Android, but I'm trying to find a way to collect this data on iOS where there are more roadblocks in the way. All feedback is greatly appreciated.
Even if you have been rejected by Apple but you've found how to get this info, how'd you do it? Ultimately I'd like to create an app that can log this data in a passive way (doesn't need to be open), but active logging would work too.