Troubleshooting Images

 

In this article, we will address common questions on image rendering in Android push notifications and how to fix them.

Why is the small icon not rendering properly in notifications?

The small notification icon may appear as a box or circle in some cases, as in the following image.

SmallIcon_Issue.png

To render the small notification icon properly, ensure that the small notification icon is:

  • flat
  • pictured face-on
  • of white color on a transparent background.

For more information, refer to Small Notification Icon Guidelines and Android Notification Guidelines.

 

Large Icon not rendering in Push Notifications

The large icon is not displayed in push notifications if

  • The notification large icon is not in the initialization of the SDK. Please look at the Push Configuration documentation to check how to set the large icon.
  • The download for the large icon configured in the campaign failed.
  • You have explicitly disabled the large icon display in the notification configuration while integrating the SDK. Check if you have set the value of isLargeIconDisplayEnabled as false in the NotificationConfig object while initializing the SDK. Ensure the value is not set to false, else the large icon will not be displayed.
  •  The large icon display was disabled in the template settings for the campaign. Please check your campaign.
  • The template does not support large icon. Please check the campaign preview.

 

Previous

Next

Was this article helpful?
0 out of 0 found this helpful

How can we improve this article?