Skip to content
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 #241

Closed
dennisdelima21pe opened this issue Feb 23, 2024 · 1 comment
Closed

Comments

@dennisdelima21pe
Copy link

SDK version:
"customerio-expo-plugin": "^1.0.0-beta.10"
"customerio-reactnative": "^3.3.0"

Describe the issue
When updating the expo sdk to the latest version, as well as updating expo-notification, the expo-notification functions Notifications.addNotificationResponseReceived or addNotificationReceivedListener do not work because there is a conflict or something with the customerio-expo-plugin and customerio - reactnative, I had to remove customerio-expo-plugin and customerio-reactnative from my project for them to work normally again, I'm waiting for a solution so I can add them back to my project.

Additional context
"expo-notifications": "^0.27.6",
"expo": "~50.0.6",

@mrehan27
Copy link
Contributor

Thank you for reaching out and sharing your experience. The behavior you're encountering is known and expected starting with version 3.4.0. Can you please confirm the exact version you are using by checking your lock file?

From 3.4.0 onwards, callbacks for notifications sent from Customer.io are currently not supported, and the only available workaround involves using deep links. Callbacks from other SDKs should continue to function normally. For more detailed information, please refer to this comment.

I've internally added a +1 for the implementation of callbacks feature on your behalf. We will keep you updated with any future developments. Since this is duplicate of the linked issue, I'll close it for now. Please feel free to continue asking questions or share any further feedback you might have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants