iOS Badges

I might have a weird question, but ios badges, can they be accumulative? Like imessage does for example? I have set up notifications, but send out the same notification as a persistent one. This way the notification area is like an activity log but lightweight.

The problem is, I can only set the number on the badge and not make them accumulative. As in the number of the badge shows the amount of notifications I have.

Screenshots below:

So I would like the number of unread notifications turn up on the badge (whereas I don’t use it at all now)

Edit: I meant a badge like this:
image

No the badge number is set by you in the notification action code.

You could use a counter in a template to indicate the number of sent messages but it would not decrease as you read them.

I’ve never found a use for it.

That template counter sounds allright though. I’ll find a way to clear badges.

You could use actionable notifications with ‘Mark read’ as the action (decrement counter) for all your notifications but not selecting this action after reading the message would stuff up the count and the badge total would not update until the next message.

Hi, @jimz011 ,

How did you get the “4” notification at the clock in the first screenshot?

The same way you do now. Except the icon has moved to the lower left hand menu.

Things have moved around a bit in the three years since that post was created.

I see. Thanks for the swift response.

I was looking for a way to put a badge number on a view or a card, to indicate something that needs to be acted upon. I’ll have to keep searching, then. Happy for suggestions, though I understand this may not be the correct thread for it.

Actually, @tom_l is correct. This has changed significantly. However I recreated it with a button card.

You can find examples here:

You might also be interested in the entire project in that link.