Hi,
I want to enable push notifications when user has dismissed Live Activity. For this, I can observe LA's state change and inform BE when user has removed LA. Problem is, How can I do it when app is killed?
Post
Replies
Boosts
Views
Activity
Hi,
We have integrated LA in our app.
We have noticed that sometimes LA won't update although APNs is giving 200. To debug this we have enabled LA along side push notifications. Noticed getting push notifications on time but LA is not updating.
Not sure how to debug this? Is there anyone who has scaled LA successfully?
Thanks
Hi,
I have added custom sound in notification and it's working as expected. Have added same in live activity and it's not working.
Normal Notification:
{"aps":{"alert":"hi some message","badge":42, "sound": "sound.caf"}}
Live activity update:
{
"aps": {
"timestamp": 1666771735,
"event": "update",
"alert": "hi some message",
"sound": "sound.caf",
"content-state": {}
}
}
I have disabled location permission from settings but still some app is able to track location.
I have one UIImageView inside cell with top, bottom, left, right constraints to contentView of cell. In Xcode13, I have noticed image is spilling out and breaking UI. Same code when built using xcode 12 is working as expected.