Reputation: 1
I was wondering if there is any way to monitor third party iPhone applications' API calls? For instance if application access address book is there a way to monitor that or intercept call? I understand it may not be possible to do so without jail-breaking, but is even possibility after having jail broken the phone?
Upvotes: 0
Views: 1085
Reputation: 10156
Yes..
Source and awesome use case...
http://mclov.in/2012/02/08/path-uploads-your-entire-address-book-to-their-servers.html
Upvotes: 1
Reputation: 33592
If you jailbreak the phone, you can replace the frameworks and add any required logging. It's going to be pretty difficult to do, though.
Upvotes: 0
Reputation: 4843
No there isn't.
You can howerver, starting in iOS4, see what apps have used location services (you can find this in settings.app).
Upvotes: 0