0

I am developing an app which is tracking the Internet Data consumes by any app.

I searched a lot but doesn't find anything fruitful. I am in a doubt that this might be unfeasible in iOS to acheive.

What I want is that if my application is running background and user launches any app then I want to track which app is launched.

Is it possible to do in iOS?

Rahul
  • 5,594
  • 7
  • 38
  • 92
  • For data tracking you can use this way: http://stackoverflow.com/questions/7946699/iphone-data-usage-tracking-monitoring. But I doubt if any app can track other app's launch. – xi.lin Mar 30 '16 at 08:49

1 Answers1

0

In general this would violate the sandbox principle, hence it's not possible.

DrMickeyLauer
  • 4,455
  • 3
  • 31
  • 67
  • But I saw some apps in appstore which are working on same principle – Rahul Mar 30 '16 at 06:41
  • I agree with @DrMickeyLauer that this is not possible on iOS. Can you mention which apps you saw that are working this way? – UditS Mar 30 '16 at 06:49