I've created a custom message center that lists the messages in order etc which is all working fine. My next step is to deep link the push notificaiton to this message center when received, but I'm having trouble distinguishing between a normal push notification sent and the push notifications sent with a message center message.
I've tried playing around with the onNotificationOpened(..) callback but can't distinguish between a normal push notificaiton and a push notification + message center in a reliable way.
Comments
2 comments