Interception of Internet traffic of an iOS device with a profile

I want to create a parental control app very similar to Onavo , except that I am not compressing any data, I am just storing the requested url and letting it go further.

Basically, I just want to set a profile that will show my app anytime an internet request is made on the device (assuming my app is running in the background). It's an even simpler version than Onavo (intercepts internet activity and redirects it), so I know it's possible, I just can't seem to find documentation for it ...

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

I am an intermediate iOS developer. Thank!

+3


source to share





All Articles