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
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.