- Fix getNextNotificationTime() to find earliest scheduled notification instead of using first request (pendingNotificationRequests doesn't guarantee order) - Add comprehensive logging for rollover tracking with DNP-ROLLOVER prefix for Xcode console filtering - Reset all notifications and rollover state when scheduling new notification via scheduleDailyNotification() to ensure clean test state - Fix userInfo scope error in handleNotificationDelivery error handler - Update test app UI to refresh status every 5-10 seconds and immediately after notification delivery to reflect rollover changes - Add console logging in UI to debug getNotificationStatus() results This ensures the UI correctly displays the next notification time after rollover completes, and test notifications start with a clean slate.
30 lines
813 B
Plaintext
30 lines
813 B
Plaintext
PODS:
|
|
- Capacitor (6.2.1):
|
|
- CapacitorCordova
|
|
- CapacitorCordova (6.2.1)
|
|
- DailyNotificationPlugin (1.0.0):
|
|
- Capacitor (>= 5.0.0)
|
|
- CapacitorCordova (>= 5.0.0)
|
|
|
|
DEPENDENCIES:
|
|
- "Capacitor (from `../node_modules/@capacitor/ios`)"
|
|
- "CapacitorCordova (from `../node_modules/@capacitor/ios`)"
|
|
- DailyNotificationPlugin (from `.`)
|
|
|
|
EXTERNAL SOURCES:
|
|
Capacitor:
|
|
:path: "../node_modules/@capacitor/ios"
|
|
CapacitorCordova:
|
|
:path: "../node_modules/@capacitor/ios"
|
|
DailyNotificationPlugin:
|
|
:path: "."
|
|
|
|
SPEC CHECKSUMS:
|
|
Capacitor: c95400d761e376be9da6be5a05f226c0e865cebf
|
|
CapacitorCordova: 8d93e14982f440181be7304aa9559ca631d77fff
|
|
DailyNotificationPlugin: bb72fde9eab3704a4e70af3c868a789da0650ddc
|
|
|
|
PODFILE CHECKSUM: ac8c229d24347f6f83e67e6b95458e0b81e68f7c
|
|
|
|
COCOAPODS: 1.16.2
|