I have looked at plenty of question discussed but the I dint find anyone discussing exactly what I was looking for.
I have a doubt which might be silly, but I need it to understand push notification well.
Suppose if I have some 100 mails and 20 of them are read. Then I will convey the read count someway to server and server will send notification when its needed.
When app is in background, I will be getting 80 as my badge count. If additional two mails are received, and app is still in background, should the server send 2 or should the server send 82?
Will the badge count be automatically updated? Or will always be the badge count sent by the server?
Looking forward for your answers. Please help me out.