ios
ios copied to clipboard
how schedule repeated notifications for specific intervals on iOS
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