Users open my app and click on "start". So far so good.
After they click start they can put the app in the background and do what they want.
Every 30 minutes the app should send a notification if the users have not done at least 200 steps
How to do that notification part conditionally to the steps done?
I would also restrict the "step checking" time from 8 to 16, if possible.