Scheduled push notifications to particular screen for chat app

Hello guys,

I’m building a chat app with a push notification feature.
General idea is that push notifications occur if during 1 min from receiving the message user would not read it.

So my idea was simple → make a reading function and schedule a notification for each message basing on the read status. Then through integromat check all messages and send notifications for all unread.

However it seems there is a problem. According to API I cannot specify direct location in the app to be opened if notification is scheduled.

Do you know how can I overcome this problem? Is there some workaround or maybe plugin that might help me to solve this problem?

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.