Post

Replies

Boosts

Views

Activity

Comment on Background Push Notifications for Emergency App Delayed Despite Critical Alert Entitlement
The deliver_at, we are doing it when it enters to didReceiveRemote, willPresent (for foreground notifications) and we calculate this way let dateFormatter = ISO8601DateFormatter() dateFormatter.formatOptions = [.withInternetDateTime] dateFormatter.timeZone = TimeZone.current let dateDidReceive = dateFormatter.string(from: Date())
Apr ’25
Comment on Background Push Notifications for Emergency App Delayed Despite Critical Alert Entitlement
created_at, delivered_at, delivery_latency, apns-id 2025-04-10 18:08:16 +0100, 2025-04-10 18:21:39 +0100, 802.117272557, f0eae3c4-2282-4de8-b939-63eed852bba0 2025-04-10 19:01:59 +0100, 2025-04-10 19:02:53 +0100, 52.722962738, ad6f1057-b48a-4b2d-ad27-034d5289fb89 2025-04-10 22:17:30 +0100, 2025-04-10 22:17:51 +0100, 20.259368244, e799c2bf-f6f0-4ab2-97b9-19992025fc4e 2025-04-10 22:34:50 +0100, 2025-04-10 22:35:17 +0100, 26.429449928, 9ffb3ffd-ca4c-4b33-88a1-81cc2422704c
Apr ’25
Comment on Background Push Notifications for Emergency App Delayed Despite Critical Alert Entitlement
The deliver_at, we are doing it when it enters to didReceiveRemote, willPresent (for foreground notifications) and we calculate this way let dateFormatter = ISO8601DateFormatter() dateFormatter.formatOptions = [.withInternetDateTime] dateFormatter.timeZone = TimeZone.current let dateDidReceive = dateFormatter.string(from: Date())
Replies
Boosts
Views
Activity
Apr ’25
Comment on Background Push Notifications for Emergency App Delayed Despite Critical Alert Entitlement
created_at, delivered_at, delivery_latency, apns-id 2025-04-10 18:08:16 +0100, 2025-04-10 18:21:39 +0100, 802.117272557, f0eae3c4-2282-4de8-b939-63eed852bba0 2025-04-10 19:01:59 +0100, 2025-04-10 19:02:53 +0100, 52.722962738, ad6f1057-b48a-4b2d-ad27-034d5289fb89 2025-04-10 22:17:30 +0100, 2025-04-10 22:17:51 +0100, 20.259368244, e799c2bf-f6f0-4ab2-97b9-19992025fc4e 2025-04-10 22:34:50 +0100, 2025-04-10 22:35:17 +0100, 26.429449928, 9ffb3ffd-ca4c-4b33-88a1-81cc2422704c
Replies
Boosts
Views
Activity
Apr ’25
Comment on Background Push Notifications for Emergency App Delayed Despite Critical Alert Entitlement
We mark as delivered when notification calls didReceiveRemote, willPresent and didReceive // Get current time in ISO8601 format let dateFormatter = ISO8601DateFormatter() dateFormatter.formatOptions = [.withInternetDateTime] dateFormatter.timeZone = TimeZone.current let dateDidReceive = dateFormatter.string(from: Date())
Replies
Boosts
Views
Activity
Apr ’25
Comment on Grid right to left
Awesome! thank you
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’25