Scheduling repeat notifications in Android/iOS

Please provide the following:

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

I would like to schedule local notifications which repeat every week, starting at a specific time. As far as I can tell, there is no way to do this in both Android and iOS. It seems I can only specify a time interval, but that time interval will always start from the date I set the notification. The alternative would be to use iOS’s calendar scheduling, but that leaves Android unsolved.

If it’s Monday, I want to be able to set weekly repeating notifications that happen every Wednesday and Friday.

How is this possible in both Android and iOS?

1 Like

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