-
I've implemented Notification image service as it's documented here and when I send a notification with image (size of ~150kb) on some iOS devices image is not visible. Does anyone know what can be the reason? Here are the screenshots of service extension: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
As far as I know, it's a best effort. Notification post-receipt / pre-notification-center-post work has a fixed time slice to complete all work (including download of image) and if it does not complete in time, that's it. Incomplete work is terminated and notification is posted without alteration. |
Beta Was this translation helpful? Give feedback.
As far as I know, it's a best effort. Notification post-receipt / pre-notification-center-post work has a fixed time slice to complete all work (including download of image) and if it does not complete in time, that's it. Incomplete work is terminated and notification is posted without alteration.