kank Posted August 24, 2021 Share Posted August 24, 2021 something is happening with notifications, they are not sincronised with the game, one telling collection is ready but theres 16 min to wait, or capture land notifications 5 min before... Quote Link to comment Share on other sites More sharing options...
0 Mr. D Posted August 25, 2021 Share Posted August 25, 2021 10 hours ago, kank said: something is happening with notifications, they are not sincronised with the game, one telling collection is ready but theres 16 min to wait, or capture land notifications 5 min before... 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 Quote Link to comment Share on other sites More sharing options...
Question
kank
something is happening with notifications, they are not sincronised with the game, one telling collection is ready but theres 16 min to wait, or capture land notifications 5 min before...
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.