0

I am sending push-notifications to my iOS app users through Firebase Cloud Messaging Console. After I input the image URL, the image is displayed on the preview. But, after I publish the notification, I am not able to see the Image in the push-notification. Can anyone please help me to resolve this issue? Appreciate your helpenter image description here

Pressing_Keys_24_7
  • 1,755
  • 2
  • 7
  • 33
  • Does this answer your question? [how to display image in ios push notification?](https://stackoverflow.com/questions/37839171/how-to-display-image-in-ios-push-notification) – Ramis Aug 20 '20 at 10:05

1 Answers1

1

You need to implement Notification Service Extension as it shown where: https://docs.leanplum.com/docs/adding-images-to-push-notifications#ios-setup

Ramis
  • 13,985
  • 7
  • 81
  • 100