Skip to main content

Problem

Images in Rich Push notifications (including in carousels) sometimes appear with extra space when viewed on mobile devices, unlike in the Rich Push Template preview on the MoEngage UI.

Explanation

  • Verify that the rich push notification dependency is added to your app-level build.gradle file using either the version catalog or the artifact ID, as illustrated below.
build.gradle (:app)
implementation(moengage.richNotification) // using moengage version catalog
or
implementation("com.moengage:rich-notification:$sdkVersion") // using artifact id