customerio / customerio-reactnative

MIT License
25 stars 11 forks source link

Unable to listen to notification taps with expo-notifications after #241

Closed dennisdelima21pe closed 7 months ago

dennisdelima21pe commented 7 months ago

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 commented 7 months ago

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.