Cron-like Notifications

Please provide the following:

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

Looking at the docs it doesn’t appear that using cron expressions for scheduling notifications is possible. I’m building an app which needs to allow users to select a schedule for receiving notifications so a cron-like scheduling system would be preferred since these schedules could be something like M,T,W each week, M,W,F each week, every other day, etc. Other than using expo-server-sdk which seems a bit cumbersome for such a simple task, is there a cron-like functionality that isn’t listed in the docs? If not, would anyone know if it’s feasible to use a supplemental cron-like scheduler which could invoke the notifications in-app as opposed to server-side?

Thoughts, suggestions, comments etc. welcome. Thanks!

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