-
Notifications
You must be signed in to change notification settings - Fork 13
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
Unable to listen to notification taps with expo-notifications after upgrade to customerio-reactnative 3.4.0 #239
Comments
I am also using 3.4.0 and I cannot get logs for Notifications.addNotificationResponseReceived or addNotificationReceivedListener. I am using a bare app, with expo-notifications. I am not using the customerio-expo-plugin. Using react-native-notifications listeners seemed to work for me. |
Thank you for reaching out and sharing the concern. Starting with version I've internally added a +1 to the feature request for callbacks on your behalf (for both of you). As a workaround to receive callback when push from Please don't hesitate to reach out if you have any further questions. |
on another note, somewhat similar, I'm not getting much love over at the rails gem for customerio, so wanted to direct some attention to this issue: customerio/customerio-ruby#113 I'm betting, it's something I'm doing wrong, was hoping for some pointers by the customer.io team |
After a long journey working with customer.io's RN SDK, I opted into customer.io's native deep linking capabilities. Works great, but then I encountered this blocker where deep linking with remote badge counts do not work.
EDIT: I figured it out. wrong position of |
Hey @miguelespinoza. Happy to hear it worked out for you. If you need any further help, please let me know, and I can ask someone from the team to take a closer look and get back to you for the mentioned issue. |
Hey @miguelespinoza, Thanks for sharing. We've replied to the ticket you linked. Please don't hesitate to ask any further questions you might have. We are actively tracking both issues and will continue to offer our support to better assist you. |
Thanks! I'm closing this issue. Ultimately I opted-in to customer.io's native deep link support. For anyone having issues with deep links on cold start, make sure to include |
SDK version:
Are logs available?
nope
Describe the issue
After upgrading to 3.4.0, was able to successfully listen to events in the background using
expo-notifications
. But now, foreground notifications do not work. SpecificallyNotifications.addNotificationResponseReceivedListener
which is used to grab the payload and support navigation routing. I knowcustomerio-reactnative
supports universal links, but we opted-out of that, as our mobile app is designed to use a custom_data payloadScreenshots
Additional context
The text was updated successfully, but these errors were encountered: