ios icon indicating copy to clipboard operation
ios copied to clipboard

how schedule repeated notifications for specific intervals on iOS

Open riad40 opened this issue 6 months ago • 0 comments

Current Behavior

On iOS, it's not clear how to schedule notifications to be repeated at specific intervals (e.g., push a notif everyday at 8pm for one week) when the app is not running. This functionality is already available on Android with "repeatInterval" property

Desired Behavior

The ability to schedule a notification on iOS that repeats at a specified interval for a set duration, even when the app is not active. For example, scheduling a notification to be pushed every day for the next 7 days.

Use Case

  • Medication reminders that need to occur at the same time each day for a specific duration

riad40 avatar Aug 13 '24 09:08 riad40