is it possible to have scheduled repeating notifications starting at a certain date?

  1. SDK Version: 44
  2. Platforms(Android/iOS/web/all): Android

Hello this is my first mobile app and I am still new to web development.

I need my app to remind the user to do a certain task if they have not done it by a certain time, lets say in the evening at 20:00

If I create a normal daily trigger, with hour and minute keys, it will get triggered today if it is before 20:00, I dont want that.
If I create a trigger with new Date, I can set whatever time in the future, but it wont repeat.
If I use seconds as key it will just be fixed to that lapse of time, not daily as I want.

Is there any way to get the needed behaivour on the app? What is the best approach?
Thanks in advance!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.