-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RichNotifications]: how to enable rich push notifications with the expo plugin? #23
Comments
Hey @mvolonnino, you would have to integrate rich push notifications at the native level from Xcode by following these setup steps here. Let us know if you have any issues with these steps. |
Hey! Yup thank you I have used and setup Braze rich notifications already on a bare RN app. My issue is stemming from an expo manager app, how would I be able to setup rich notifications? My work is switching from a bare RN to an expo managed App, and everything so far is hooked up for Braze besides being able to attach pictures to push notifications. I've been looking into the expo config plugins, along with Not sure how to get the Any guidance or ideas would be awesome, thanks again! |
Got it, thanks for the additional context! Unfortunately, we don't currently have support to add the |
Okay thanks again! I will keep watch on this thread as that is pretty important to our business in having that rich notification support with Braze. Let me know if theres anything I can do as well or if its possible somehow to get that BrazeNotificationService within the |
would be good if its possible to add it. I also need it as well. Thank you |
@renatoalvesmh Thanks for sharing the link! We're still working on prioritizing this feature along with other Xcode extension-based features, but hope to have an update for you soon. |
It would be wonderful if you could add it soon, as we have the need too. |
Hi all, we've just released version 2.1.0, which introduces Expo automation for Rich Push notifications and Push Stories in iOS. You can refer to the changelog entry for usage details. Feel free to reach back out if you have further questions. Thanks! |
@jerielng - now this is awesome! One question though as I am running into build errors when updating everything to expo sdk50 & updating to the latest 2.1.0 version. Getting this build error in the eas-build process:
and from inspecting the xcode logs, im seeing this issue:
Looks like its failing on the signing for the Rich Push notifications. I could not find anything on this for the expo config plugin - so wondering how to handle this here and allow the rich push notifications in the latest 2.1.0! |
Hi @jerielng Thank you for implementing the new updates that allow the use of rich push notifications. However, I am experiencing the same issues mentioned above.
It would be greatly appreciated if you could provide us with some suggestions or any updates on how to solve the issue. Thank you 🙏 |
opened a new issue here: #30 to see if we can get any answers! |
What problem are you facing?
I have push notifications all setup with expo project and braze working. But i know with my bare RN app, i had to setup a rich service extension to allow images to be attach to push notifications.
Is that currently available in the expo plugin? If not, how can that be added?
Workarounds
Not sure - attaching images to iOS push notifications do not show up in the push notification
Ideal Solution
that can be added to either the plugin config setup, or steps to add a plugin to add the rich service extension to the expo project
Other Information
The text was updated successfully, but these errors were encountered: