Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions docs/wp/apple-devices.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
title: Apple devices - iOS/Safari
description: Apple doesn't support the Push API standard and still uses his own closed and proprietary Push service
description: Apple supports the Push API under certain circumstances
---

## Apple doesn't support the standard Push API
To get the Push Notifications working on iOS or iPadOS, whe following requirements must be met:
- Minimum version 16.4 of the OS
- The page must have a valid [manifest.json](https://web.dev/articles/add-manifest) in which the property "display" must be set to "standalon" or "fullscreen"
- The page must be saved to the homescreen

At this moment, Apple hasn't added support for the Push API standard yet. It means
our plugin doesn't support iOS (iPhone/iPad) devices and Safari. When Apple adds support to the
Push API standard, then we should be able to also send Push Notifications to those devices.
If the requirements are met, the user has to open the website via the app icon on their homescreen and the notification dialogue will appear.