With the addition of the Push Notifications Templates feature, we lost the ability to send notifications from the developer console with custom icons.
This is quite inconvenient to us, because of the Android requirement of having tranparent icons and not being able to change them.
Is there any way to define the icon parameter in the advanced json payload?
Answer by danielgonzalez · Jun 07, 2019 at 12:09 PM
I added this to the Payload section (an empty one for iOS was required)
Androd payload:
{ "notification": { "icon": "ic_push" } }
iOS payload:
{ "aps": {} }
Answer by Jay Zuo · Jun 07, 2019 at 09:14 AM
I'm not familiar with Android Push Notification. But as the help in Push Notification Templates showed:
Advanced payloads allow you to use platform specific fields to delight your users. These features are only possible if you are on the latest playfab push notification format version.