apns
apns copied to clipboard
badge string?
Hi, i can't set badge '+1' on payload. My app can't increase counter. Can you change type of badge payload like string?
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.