In our application, we are sending a specific ID for some business logic inside app, and we are passing it into ‘data’ parameter. It appears in a normal message received from SBDGroupChannel, but it doesn’t exist in Push Notification.
Yes, the message itself contains this object. The current workaround is that I’m taking the channelUrl and messageId from the notification and loading this concrete message from SendBird, and there I take my specific data from ‘data’ field.
Would be great if it is possible to somehow include this field into the notification payload.
@illia.postoienko Let me take a look further into this. It may take me a couple of days to get some useful information but I’ll report back when I have found something.
There is a small addition: while recreating Push SSL Certificates for Dashboard I have found that while adding them into app’s dashboard there are some toggles: ‘Mutable Content’ and ‘Content available’. Does it have influence into fields, which are included or not in notification payload?
@illia.postoienko I apologize, I’ve not had a chance to deep dive into this yet. I’m hoping I’ll have time today to take a look and see whats going on.
hey @Tyler , any updates on this? actually I have the same issue with the missing of data parameter when using production mode. but It’s not happen when we using sandbox mode with the same configurations. could you tell me how come this issue happen? Thanks