Reputation: 166
I've made an MonoTouch app for the iPhone where the data is accessed by several web services. Because the clients have a subscription to a phonecompany, they have a max. amount of data to consume per month.
Now my question, how can I check the amount of data that is consumed during the run of the app on the iPhone?
grtz
Upvotes: 2
Views: 58
Reputation: 26495
Try using Fiddler.
You can hook up an iOS device to it by setting the proxy to a machine running Fiddler.
Among just being able to see the size of each request, you can inspect the traffic. Great tool to have.
Upvotes: 2