You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working with an Expo mobile project, in which I'm trying to listen to background notifications.
I managed to get it working through the customer.io transactional dashboard, using this custom payload:
When I try with the ruby gem using custom_payload on the request body, I get none of the background listeners to execute, but I get the push notification. I suspect "content-available": 1 is not getting carried over to the transactional message payload
here's something interesting. I started to work directly with the REST API and found out this payload works, but link (for deep linking) no longer works.
The moment I remove custom_payload, I'm able to deep link into the post. I expect for the link property to work in conjunction with the aps properties. I'd imagine this would require a REST API adjustment. Anyone I can speak to about this?
I'm working with an Expo mobile project, in which I'm trying to listen to background notifications.
I managed to get it working through the customer.io transactional dashboard, using this custom payload:
When I try with the ruby gem using
custom_payload
on the request body, I get none of the background listeners to execute, but I get the push notification. I suspect"content-available": 1
is not getting carried over to the transactional message payloadAny pointers would be greatly appreciated!
The text was updated successfully, but these errors were encountered: