I am developping an iOS app that uses RestKit to make requests to my REST API. Since there are cases that could use a lot of data, I want to limit the data usage of my app. I could calculate the length of the data I post and the length of the data I receive, but this does not give me the overhead of these requests.
Is there a way to have the total amount of data used by my app?