Native Push - Icon blank square

Hi,

Could you please explain how did you do this? I’m having same issue.

1 Like

It only worked for me after I add the icon to the json on the server (NodeJS in my case):

payload = {
notification: {
title:“Title”,
body:“Message”,
sound:‘default’,
badge:“1”,
icon:“iconname”
}
};

1 Like