You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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