0

I'm programming for iphone 4 and was wondering if there was a way to see which other apps are using the internet. Thanks!

Rebecca
  • 55
  • 5

1 Answers1

1

On your mac, you could try iStat Menus (or mistat on the Mac App Store). On your iPhone, not possible.

Alan Zeino
  • 4,406
  • 2
  • 23
  • 30
  • You can see what network connections are open (if you're prepared to use sysctl() and do some work groveling around in kernel data structures) (there is a "netstat" app for the iphone, after all), but figuring out what app owns a particular connection is harder. – David Gelhar Jan 19 '11 at 03:13