A.W.H.
Posts: 0
Joined: Sat Jun 20, 2015 7:02 am

How can I automate push notifications every 15 minutes if a user has not opened the app?

Hi, I would like to send notifications to users who receive a push notification but do not respond or open to app. The way I am thinking is to have it send a follow up push notification automatically after 15 minutes if the user has not opened the app. How would I implement this?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

How can I automate push notifications every 15 minutes if a user has not opened the app?

Hello Avery,

Could you please clarify, you want to send push notification only to the users who don't open the app?

A.W.H.
Posts: 0
Joined: Sat Jun 20, 2015 7:02 am

How can I automate push notifications every 15 minutes if a user has not opened the app?

Evgene,

I want some way to re-notify people who haven't responded to the first push notification. This serves as a warning system to ensure that people are responding to push notifications.

A response would consist of answer a message that is sent (alert: the push notification).

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

How can I automate push notifications every 15 minutes if a user has not opened the app?

Hi Avery -

How you are going to store responses from users, based on first push notification?

A.W.H.
Posts: 0
Joined: Sat Jun 20, 2015 7:02 am

How can I automate push notifications every 15 minutes if a user has not opened the app?

Responses will be either Yes/No whether they have replied or not

A.W.H.
Posts: 0
Joined: Sat Jun 20, 2015 7:02 am

How can I automate push notifications every 15 minutes if a user has not opened the app?

Can you give me an example of server code that does this

Return to “Issues”