Updating the iOS badge in a background push notification #397
mark-kraemer
started this conversation in
Ideas
Replies: 1 comment 10 replies
-
|
You can do whatever you want with the notification: https://github.com/excid3/noticed/blob/main/lib/noticed/delivery_methods/ios.rb#L32-L47 |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Assuming iOS notifications are in place, when a user reads a notification either in the app or from some other notification means, I would like to update badge for the iOS app. It's decently straight forward with Apnotic by just sending a push notification with no alert. Is there a way to do this with Noticed since it already handles the connection? If not, I can just utilize Apnotic directly.
Beta Was this translation helpful? Give feedback.
All reactions