645
Push notifications w/ images
Activity Feed
Sort by
Michael Wood
Kelvin Lee
100% agree!
Is there any other way to try?
I can do it in android by fcm http v1, but fail for ios (both send by apns and fcm).
Local notification for both android and ios can be done through notifee, but remote push notification for ios is fail to show image.
Viktor
bruhhhhhhhhhhhhhhh 4 years to just add one stupid property wtf better to deprecate web ui than add binding for this
TJ McCarty
Native Notify (https://nativenotify.com) lets you send images with your push notifications in managed workflow. You do NOT have to eject out of managed workflow.
Hope this helps.
Asurarre
TJ McCarty: Suggesting your solution once is already enough ;)
Shad Mirza
Any updates on this?
TJ McCarty
Shad Mirza: Native Notify (https://nativenotify.com) lets you send images with your push notifications in managed workflow. You do NOT have to eject out of managed workflow.
Hope this helps.
Alysson Malagutte
Any news about this feature ?
TJ McCarty
Alysson Malagutte: Native Notify (https://nativenotify.com) lets you send images with your push notifications in managed workflow. You do NOT have to eject out of managed workflow.
Hope this helps.
A
Abuzar Mirza
I am so in need of this feature.
TJ McCarty
Abuzar Mirza: Native Notify (https://nativenotify.com) lets you send images with your push notifications in managed workflow. You do NOT have to eject out of managed workflow.
Hope this helps.
Germán Adolfo Celaya
Having an image for push notifications is a compulsory feature on Apps for commerce and heavily branded businesses. I'm really looking forward to seeing this in a future SDK.
TJ McCarty
Germán Adolfo Celaya: Native Notify (https://nativenotify.com) lets you send images with your push notifications in managed workflow. You do NOT have to eject out of managed workflow.
Hope this helps.
Kevin
Are there any paid notification services that offer image support for iOS and Android? I would use expo notifications for free but really need images
TJ McCarty
Kevin: Native Notify (https://nativenotify.com) lets you send images with your push notifications in managed workflow. You do NOT have to eject out of managed workflow.
Hope this helps.
Pedro Pedruzzi
Sharing our experience with push notification on Android (managed workflow) and sending notifications over FCM Console or API (not Expo push service). The behavior depends on the type of FCM message (https://firebase.google.com/docs/cloud-messaging/concept-options):
- Notification messages (aka display messages): we are able to include an image. They are handled directly by FCM SDK on device and always displayed; however expo-notifications listeners won't detect clicks on those notifications (this should be possible according to Android docs, so it's probably a limitation on expo-notifications).
- Data messages: those are handled by expo-notifications. You must include experienceId, title and message fields in the data object. Image is not supported here. Also, the notification will always be displayed even if you remove title and message in which case a blank notification is displayed. This means you can't have a pure invisible data message. You can add custom data in the body field (string).
On these notes there are at least 3 improvements to be made:
- Support images in data messages displayed by expo
- Allow handling of clicks on FCM notification messages
- Allow pure invisible data messages (listener is called but notification is not displayed).
Michael Wood
Pedro Pedruzzi: I think 3 is basically this feature request
Kevin
Pedro Pedruzzi: Do you know if the notification messages with image would work on iOS?
Load More
→