Page 1 of 1
How can I automate push notifications every 15 minutes if a user has not opened the app?
Posted: Wed Jul 22, 2015 12:36 am
by A.W.H.
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?
How can I automate push notifications every 15 minutes if a user has not opened the app?
Posted: Wed Jul 22, 2015 4:51 pm
by Evgene Karachevtsev
Hello Avery,
Could you please clarify, you want to send push notification only to the users who don't open the app?
How can I automate push notifications every 15 minutes if a user has not opened the app?
Posted: Mon Jul 27, 2015 12:15 am
by A.W.H.
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).
How can I automate push notifications every 15 minutes if a user has not opened the app?
Posted: Mon Jul 27, 2015 2:10 pm
by Illya Stepanov
Hi Avery -
How you are going to store responses from users, based on first push notification?
How can I automate push notifications every 15 minutes if a user has not opened the app?
Posted: Wed Aug 05, 2015 12:12 am
by A.W.H.
Responses will be either Yes/No whether they have replied or not
How can I automate push notifications every 15 minutes if a user has not opened the app?
Posted: Tue Aug 11, 2015 8:42 pm
by A.W.H.
How can I automate push notifications every 15 minutes if a user has not opened the app?
Posted: Tue Aug 11, 2015 8:42 pm
by A.W.H.
Can you give me an example of server code that does this