Sign In Register

How can we help you today?

Start a new topic
Answered

Push notification push count

Currently in my project for iOS which does have remote notifications working correctly, the badge counter is always set to 1. All the messages I am using have include in push count turned on.


I couldnt find a documentation about this so my question is:


1. Is there anything specific that needs to happen to increment and decrement the iOS app badge counter? Ideally when the app is closed, I want the badge count to match all the number of all types of push notifications received.


2. When a player views a specific game tied to a ChallengeTurnTaken message I want to decrement the badge counter by 1 only if they viewed the game. So if the badge counter is 3 because of 3 ChallengeTurnTaken messages and they view 2 of those games then leave the app, the badge counter should now be 1. This should be the same behavior for the ChallengeStartedMessage.


Best Answer

Hi Jaayden


We have stopped using badge count for push notifications.

We will be updating the documents and portal  to reflect this change.


Regards

Katie


Answer

Hi Jaayden


We have stopped using badge count for push notifications.

We will be updating the documents and portal  to reflect this change.


Regards

Katie

Badge count is still always 1 in my case. Will there be an update that will change this or do I need to manually clear the count?

Any advice for how to handle the badge in Unity? or should it just work as is if the badge count is not getting sent?

Hi Jaayden


Unity will not receive a badge count from Gamesparks. 


Regrads

Katie

Hello, it's been 2 years since the last activity on this thread. 


Is there any news about this? 

We need to increment the app badge counter according to the number of push notifications, is there any workaround that we can implement in order to achieve this?

Login to post a comment