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
ISSUE
Image as Attachment in Push Notification payload doesn't get displayed
SDK version: 6.5.0
We have tried setting up following instructions on ios SDK doc as well as advanced push notification doc.
We have added the Notification Service Extension and also added the IterableAppExtensions package to it. Also followed the instructions to replace code inside NotificationService.swift as recommeneded. On testing with a push notification, the push notification appears with all other data such as title, body, url etc but the image is not shown. Tried adding a breakpoint in ITBNotificationServiceExtension, but it doesn't seem to be called. Is this is existing issue?
The text was updated successfully, but these errors were encountered:
ISSUE
Image as Attachment in Push Notification payload doesn't get displayed
SDK version: 6.5.0
We have tried setting up following instructions on ios SDK doc as well as advanced push notification doc.
We have added the Notification Service Extension and also added the IterableAppExtensions package to it. Also followed the instructions to replace code inside NotificationService.swift as recommeneded. On testing with a push notification, the push notification appears with all other data such as title, body, url etc but the image is not shown. Tried adding a breakpoint in
ITBNotificationServiceExtension
, but it doesn't seem to be called. Is this is existing issue?The text was updated successfully, but these errors were encountered: