From 865b75980a1e727c3cf5f8c94a1ce33a044ea67a Mon Sep 17 00:00:00 2001 From: Sergio Huainigg <94369932+Jupiter79@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:14:19 +0100 Subject: [PATCH] Changed text for iOS It is working. See https://pushalert.co/documentation/ios-web-push --- docs/wp/apple-devices.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/wp/apple-devices.md b/docs/wp/apple-devices.md index 1330398..f3e2fc8 100644 --- a/docs/wp/apple-devices.md +++ b/docs/wp/apple-devices.md @@ -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.