How do you customize the push notification icon on a Trigger.io app?
I am currently testing on Android.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I assume you mean that you would like to alter the app icon badge after it has been changed as a result of a Parse push notification using “badge” data as described here in their docs:
https://parse.com/docs/rest#push
Currently there is no Forge API to do this, but it makes sense for us to add this to the platform. I’ve raised a ticket for it and will report back here when it is ready.
As a workaround for now, you could trigger another push notification setting the “badge” value to an empty string from within your app – you’d have to create a channel per unique install to do this. Not ideal, but it should work.