Any way to know what websites / ports an iPhone app is accessing ?

raksrules

Elite
I have an application on my iPhone that i know would internally accessing some URLs and the app can play videos too. I need to know what URLs or ports this particular app is using when say playing videos or doing something else. Is there any way i can monitor this myself ?
 
That should not be possible as the apps in the iPhone runs in a sandbox. If you have jailbroken your iPhone, then it's a different story altogether.

The only way that I can think of that this information could be got is to put the device into debugging mode and study the code in the IDE (XCode).
 
If you are using wifi then install wireshark on the pc from which wifi access is given. Then filter using your device ip then you will come to know what url are being pinged.
 
Back
Top