apns icon indicating copy to clipboard operation
apns copied to clipboard

badge string?

Open amatig opened this issue 8 years ago • 1 comments

Hi, i can't set badge '+1' on payload. My app can't increase counter. Can you change type of badge payload like string?

amatig avatar Mar 02 '16 19:03 amatig

Hey,

APNS doesn't natively support incrementing badge counts. You'll need to keep track of the badge value within your application and send the correct badge value via APNS each time.

draaglom avatar Mar 04 '16 14:03 draaglom