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
Is your feature request related to a problem? Please describe.
When updating iOS LiveActivities via Push (docs) the push_type needs to be liveactivity. As far as I found, changing the push_type is only possible by creating Pigeon.APNS.Notification from scratch.
Describe the solution you'd like
Creating the struct from scratch is not really a problem, but it would be nice to change that f.e. using a utility function. This is not only helpful for liveactivities but different types of push below a list of valid push_types values for APNS (see docs)
alert
background
location
voip
complication
fileprovider
mdm
liveactivity
pushtotalk
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When updating iOS LiveActivities via Push (docs) the
push_type
needs to beliveactivity
. As far as I found, changing thepush_type
is only possible by creatingPigeon.APNS.Notification
from scratch.Like this (valid example for liveactivities):
Describe the solution you'd like
Creating the struct from scratch is not really a problem, but it would be nice to change that f.e. using a utility function. This is not only helpful for liveactivities but different types of push below a list of valid
push_type
s values for APNS (see docs)alert
background
location
voip
complication
fileprovider
mdm
liveactivity
pushtotalk
The text was updated successfully, but these errors were encountered: