Flurry says that The rate limit for the API is 1 request per second. In other words, you may call the API once every second. I could not understand this.it means whenever the event occurs in mobile Application the request sends to server not as whole thing.Am I right? any help please?
You could create a queue in your application with the events you want to register with the API, and continuously try to send all items in that queue, with a one second interval.