Hey there.
Currently, I'm developing an FPS-game-stats App. For the Call of Duty API, I'm using the “official” way via the CallofDuty website/device ID(randomly generated string) and generating cookies then. Unfortunately, this way isn't very useful. Every time I do a certain number of requests it either freezes for some hours( I think it gives me a cooldown) or it crashed and I have to generate a new cookie.
// I'm wondering how the big players in this business like Tracker Network can handle this.
I know it's not really game development but I would be really happy if someone could help me with some tips or showing me another option for it.
Thanks for your help