Why Is the Template Backup Content Displayed Instead of the Basic Rich Push Content?

Problem

When content is added to the basic rich push template, the template backup content appears instead of the basic rich push content.

backup content.png

info

Information

This issue occurs because the MoEngage rich notification dependency is not added to the app-level build.gradle file.

Solution

Perform the following steps:

  1. In rich push notifications, the displayed content varies based on the device and its version.
  2. Ensure that campaign data for rich push templates is added in the following sections :
    • Basic details
    • Template Backupbasic and template.png
  3. On the preview screen, the message title and body is updated when you modify the basic details.basic.png
  4. You can customize the template backup content in the Template Backup section.template.png
  5. Make sure to add the MoEngage rich notification dependency to the app-level build.gradle file to ensure the template backup content and basic rich push content are displayed correctly.
    Code
    build.gradle(:app)
    dependencies { implementation(moengage.richNotification) }


    Template backup.png

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

How can we improve this article?