Im nearing completion of getting multiplayer to work with cloud and understanding how things are put together and now I am looking into optimizing and such.
What I am wondering about is:
-
Is it possible to get an overview over how many API calls one has made so far? so that I can monitor how many calls a typical game session would use?
-
Are all API calls counted towards the API calls amount? Think I read somewhere that leaderboards and achivements were not counted. But user creation/login/friends etc are? Just trying to figure out how many calls a typical user will make so I can know what kind of cost Im looking at.
Thanks!