Post

Replies

Boosts

Views

Activity

Comment on Live Activity inconsistent behavior
Thanks for the quick reply! I was not using APNS but using code to start & update live activities. After app launch, I have: let attributes = LiveActivityAttributes() let contentState = LiveActivityAttributes.ContentState() do { let activity = try Activity<LiveActivityAttributes>.request( attributes: attributes, content: ActivityContent(state: contentState, staleDate: nil) ) print("activity started") } catch { ... }
Apr ’25