notification icon doesn't show up android.

I have a standalone android and ios app.

currently testing push notifications on android.

I have setup my app.json with the following notification key

"notification":{
      "icon": "./app_assets/icons/icon-48-gs.png",
      "color": "#000000"
    },

the icon above is a 48x48 greyscale icon with transparency.
i tried also without color attribute.
all i get in both the status bar and in the actual notiification is a white/light grey/black square.

based on these other posts i have also tried a 96x96 greyscale icon.

Can someone please help provide guidance on what the issue might be?

1 Like

bump. help pls.

1 Like

Hi wexpo,
Could you share the entirety of your app.json?

1 Like

thank you thetc.
i’ve resolved it now.

here’s a post i just made on my experience.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.