Matthew Raymer
9a8589bb08
feat(ios): implement getExactAlarmStatus and openExactAlarmSettings methods
Implemented exact alarm status methods matching Android functionality:
getExactAlarmStatus():
- Returns exact alarm scheduling capability information
- iOS always supports exact alarms (UNUserNotificationCenter)
- Returns supported=true, enabled based on notification authorization
- No fallback window needed (exact scheduling always available)
- Matches Android API structure
openExactAlarmSettings():
- Opens iOS app notification settings
- iOS doesn't have separate exact alarm settings like Android
- Opens general app settings instead
- Provides API compatibility with Android
iOS Adaptations:
- Exact alarms always supported (no permission needed)
- Enabled status based on notification authorization
- No fallback window (precise scheduling always available)
- Opens app settings instead of exact alarm settings
Progress: 32/52 methods implemented (62% complete)
2025-11-11 02:13:15 -08:00
..
2025-11-04 22:22:02 -08:00
2025-10-12 06:24:59 +00:00
2025-03-27 01:50:19 -07:00
2025-03-27 01:50:19 -07:00
2025-11-11 02:13:15 -08:00
2025-03-28 03:50:54 -07:00
2025-11-04 01:40:38 -08:00
2025-03-27 01:50:19 -07:00
2025-11-04 01:40:38 -08:00
2025-03-27 01:50:19 -07:00