0

I am working on a mini project to track iOS app’s mobile data and WiFi data. I saw some apps doing that through VPN , but I had no luck with NSExtentions.

Any reference is appreciated. I would like to collect device level data which includes all apps . Similar to the stats available in

Settings-> Mobile data

Apart from native iOS client , other apps listed here also achieve this. I know its possible through VPN but i could not find any development documents related to it. Is there any other method apart from VPN?

  • If it's only for YOUR application, you can use `URLProtocol`.. to check what your app is using.. how many bytes sent and how many received for all requests.. – Brandon May 07 '19 at 00:57
  • @Brandon Thanks for your response , i will check that . I would like to collect device level data which includes all apps . Similar to the stats available in Settings-> Mobile data – Srikanth Gopalakrishnan May 07 '19 at 01:57

0 Answers0