You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am integrating Klaviyo into my Flutter app using the klaviyo_flutter package. While I can receive push notifications, the images included in the notifications are not displaying.
I implemented NotificationService and can receive notification with image from FCM as follow the below. advanced-optional-allowing-notification-images
There is no mention in the documentation about handling images in push notifications.
What I've tried
I've tried integrating KlaviyoSwift with NotificationService. I'm not good at coding swift and don't have mature experience of developing native level. It was so hard for me to do it.
Steps to reproduce
Integrate klaviyo_flutter package into a Flutter app.
Configure Firebase for push notifications.
Send a push notification with an image URL from Klaviyo.(I tested from campaign preview)
Observe that the notification is received, but the image is not displayed.
Expected behavior
The push notification should display the image included in the payload.
Actual behavior
The push notification is received, but the image is not displayed.
Additional context
I believe this issue might be related to the need for native handling of images in push notifications, as described in the Klaviyo Swift SDK documentation.
It is required to support KlaviyoSwiftExtension described in Rich Notification support of native plugin. Rich push
The text was updated successfully, but these errors were encountered:
Describe the issue
I am integrating Klaviyo into my Flutter app using the
klaviyo_flutter
package. While I can receive push notifications, the images included in the notifications are not displaying.I implemented NotificationService and can receive notification with image from FCM as follow the below.
advanced-optional-allowing-notification-images
There is no mention in the documentation about handling images in push notifications.
What I've tried
I've tried integrating KlaviyoSwift with NotificationService. I'm not good at coding swift and don't have mature experience of developing native level. It was so hard for me to do it.
Steps to reproduce
klaviyo_flutter
package into a Flutter app.Expected behavior
The push notification should display the image included in the payload.
Actual behavior
The push notification is received, but the image is not displayed.
Additional context
I believe this issue might be related to the need for native handling of images in push notifications, as described in the Klaviyo Swift SDK documentation.
It is required to support
KlaviyoSwiftExtension
described in Rich Notification support of native plugin.Rich push
The text was updated successfully, but these errors were encountered: