Native Notification Reminder

0
Hi,  We are building a native mobile app & have successful set up notifications. We want a notification to pop up for users who have not logged in for a few days. However, scheduled events do not work for nanoflows & microflow timers required the app to be in use. Any ideas for what we could do?   Thanks  
asked
1 answers
1

An approach would be to register a ping on the server when a user is active. The app-events widget could be useful for this. You could then run a scheduled event on the server that sends a push-notification to the devices of the users that have been inactive for a certain period.

answered