How to check if user doesn't use my app for 24 hours then push a message?
Hello, i'm a newbie, someone can help me or suggest idea to check if user doesn't use my app for 24 hours then push a message to userphone on marmalade platform.
-
Hello. My suggestion is: 1. Make a server-side script (for example), that writes pair User:LastOpenTime 2. When user starts an app - make a request containing user's deviceID 3. By task scheduler of your system (example: CRON) run a script that make a push notification via PushWoosh RemoteAPI 4. ??? 5. PROFIT
Please sign in to leave a comment.
Comments
2 comments