The best practice for IOS and Android notifications - push one by on or an aggregate push? -
i making ios , android application ios native , gcm push notifications. currently, server forwarding request push server each time. practice or better aggregate messages (let in database) , push every x seconds?
if server sends multiple messages in short spans of time, sending them separately may negatively affect battery life of receiving client devices. of course, necessity if service of extremely urgent nature.
if service can afford wait/aggregate messages, may want consider using gcm collapse keys limit amount of message traffic.
Comments
Post a Comment