Replies: 1 comment
-
|
Pushy itself doesn't treat live activity notifications differently than any other type of notification. This sounds like a potential app or upstream (i.e. APNs) issue to me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We were initially using Pushy library version 0.14.1, which supported the apns-push-type values: alert and background.
To accommodate liveactivity pushtype, we upgraded to Pushy library version 0.15.2.
After the upgrade, we are successfully receiving LiveActivity notifications on the mobile app. However, we are encountering an issue where each LiveActivity notification is received twice for a single request.
This problem does not occur with other push types such as alert and background, which continue to work as expected with no duplication.
Has anyone else encountered this issue?
Could this be a bug in the Pushy 0.15.2 library related to LiveActivity?
Or is there something specific about how LiveActivity push tokens or payloads should be handled differently?
Any guidance or insights would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions