Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to create an a parental-control app very similar to Onavo, other than I'm not compressing any data, I'm just storing the URL being requested and letting it go on its way.

Basically, I just want to install a profile that will tell my app anytime an internet request is made on the device (assuming my app is running in the background). This is an even simpler version than what Onavo does (intercept internet actions and reroutes them), so I know it's possible I just can't seem to find any documentation for it...

Can anyone point me in the right direciton? Google is failing me.

I'm an intermediate iOS developer. Thanks!

share|improve this question
1  
You cannot do this easily on iOS. Applications are sandboxed and are not able to intercept any information or system calls from other applications. Onavo works simply by setting up a proxy on your device that reroutes all traffic to their own servers (hosted on EC2) that compress the data there. – Paul Armstrong Jan 22 at 23:56
Ah, I see. Thanks! – Tommy Crush Jan 23 at 3:51
Wait, then how does Onavo track which apps are using the data? – Tommy Crush Jan 24 at 3:26

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.