Files
Jose Olarte III 9e81c89471 fix(ios): separate Daily Reminder identifiers from api_ namespace
Daily Reminders now use daily_<reminderId> for UNNotificationCenter
requests instead of sharing api_<epochMillis> with batch API notifications.
clearApiNotifications no longer removes new daily reminders.

Add legacy api_* cleanup on schedule/cancel/update and transitional
getScheduledReminders matching via stored predictiveEpochMillis.
Update TypeScript JSDoc for iOS identifier families.
2026-06-09 19:15:16 +08:00
..