An attempt to prove a concept that I have been working on for some time, due to the fact that my application receives silent notification. I use Firebase Cloud Messaging because it has less overhead than the developer’s own APNs.
I know that FCM supports silent notifications when you create a payload yourself on your own backend, which, of course, is my intention. However, I want to make sure that I can do what I want to do with this notification, and therefore I want to prove it using the FCM console before spending time creating my backend.
I managed to send standard notifications from here, but not quiet ones. Even when I turn on the content-available flag, I am still warned. I think this is because FCM always includes an alert parameter in JSON. Is there a way to disable this in the test console?
Thank you very much,
source share