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
Declarative push messages are a new feature in iOS 18.4 that allow push messages to web apps without service worker handling. This greatly improves the deliverability of background notifications for web apps on iOS.
This requires the addition of an extra top level field in the Message interface as described here.
Please allow the optional "web_push" (integer) field to the Message interface to enable Declarative push messages.
Currently, when adding this field, I receive the following validation error:
Error: Failed to send notification: Invalid JSON payload received. Unknown name "web_push" at 'message.webpush': Cannot find field.
Declarative push messages are a new feature in iOS 18.4 that allow push messages to web apps without service worker handling. This greatly improves the deliverability of background notifications for web apps on iOS.
This requires the addition of an extra top level field in the Message interface as described here.
Please allow the optional "web_push" (integer) field to the Message interface to enable Declarative push messages.
Currently, when adding this field, I receive the following validation error:
Error: Failed to send notification: Invalid JSON payload received. Unknown name "web_push" at 'message.webpush': Cannot find field.
More information on this feature here.
The text was updated successfully, but these errors were encountered: