Jump to content
Domination: Earth

Leaderboard

Popular Content

Showing content with the highest reputation on 08/27/21 in all areas

  1. It depends on the circumstances, but strictly speaking the notifications aren't tied to what you see in the app as they are sent by the server. E.g. when you hit the "capture land" button the server schedules a push notification in 15 minutes from that moment. If there is a server-side "congestion" (e.g. the 3rd party push notification service is overloaded) there could be a delay in delivering the notification. Alternatively, if the UI lags the notification from the server could arrive a little bit sooner (visually). I could synchronize these notifications with the client-side state, but that would require for the app to run in the background a lot more often, which is not good for your battery and would require additional permissions, so we stick with the server-side notifications only.
    1 point
×
×
  • Create New...