Push notification badge

2019-03-05 23:30发布

I am pushing several messages form my server to the iPhone. When I am pushing I'm setting the badge value as 1. As there are several independent tasks in the server there may be situational where server pushes messages to same phone but the badge will be 1 cos as those are independent tasks I cannot increment the badge and send. So I want to know whether this badge is incremented in the iPhone side or do we have to push the badge value appropriately?

Thank you

1条回答
混吃等死
2楼-- · 2019-03-06 00:11

The badge value will be whatever you set it to, it won't increment on the device automatically. Your server logic needs to keep track of the proper badge count and send it appropriately.

Services like Urban Airship offer solutions for auto-incrementing badge counts on their server, which may or may not assist you.

Also see this SO question.

查看更多
登录 后发表回答