iOS Rich Notifications

Hi, I'm a React Native developer. I've implemented notifications into iOS and it's working very well. Now I want to display iOS notifications with an image. I've searched it in StackOverflow and GitHub but I cannot make it display the image. Please help me. Thank you very much.

P/s: I'm using APNs without Firebase Cloud Messaging, and. My app uses the @react-native-community/push-notification-ios library, I've tried to present local notification with image and it hasn't worked also. I follow these links:

  1. https://medium.com/@lucasgoesvalle/custom-push-notification-with-image-and-interactions-on-ios-swift-4-ffdbde1f457
  2. https://www.raywenderlich.com/8277640-push-notifications-tutorial-for-ios-rich-push-notifications
  3. https://stackoverflow.com/questions/37839171/how-to-display-image-in-ios-push-notification
  4. https://rnfirebase.io/messaging/ios-notification-images

@hoangduy06104 Did you find a solution? We are having the exact same issue. We actually tried replacing the react-native-community library with the rnfirebase.io Messaging library and that still didn't work for displaying images.

iOS Rich Notifications
 
 
Q