Setting Up Web Pushes for Safari

Safari Push Notifications are triggered remotely using Apple Push Notification service (APNs), even when the Safari browser isn’t running. Web pushes work just like app push notifications. To set up web pushes for Safari, you need to have an Apple account

and a developer account (paid).

Step 1. Registration of Web Push ID

  1. In your developer account go to Website Push IDs.

  1. Add a new Push ID.

  1. Fill in Description and ID fields, and click Continue.
    • Description. Your service name for the Provisioning Portal which labels your Website Push IDs with a more human-readable description.
    • Identifier. Your unique reverse-domain string that must start with web (for example, web.com.example.domain).

  1. Click Register to confirm registration.

  1. Click Done.

Once you've confirmed registration, the new ID will appear on the Web Push IDs list.

Note. Your certificate may be revoked by Apple if you violate any of the push notification service rules and provisions. Thus, you’ll be unable to send new notifications. In case of unauthorized violation, you can personally revoke your certificate at your developer account > Certificates > Identifiers & Profiles.

Step 2. Certificate Request in Keychain Access for MacOS

  1. Open Keychain Access. It's standard for all Apple devices. In the menu, choose Certificate Assistant > Request a Certificate From a Certificate Authority.

  1. Fill in the User's Email Address _and _Common Name fields, and select Saved to disk.

  1. Click Save.

Step 3. Certificate Generation

  1. In your developer account, go to iOS Certificates and click “+”.

  1. Choose Website Push ID Certificate.

  1. Select the Website Push ID you’ve created.

  1. Click Continue.

  1. Upload the file generated via Keychain Access.

  1. Download the certificate.

Step 4. Certificate .p12 Export

  1. Double-click the downloaded file. In opened Keychain Access, go to My Certificates and select the necessary certificate.

  1. Right-click the certificate accordion and select Export. In File Format, select Personal Information Exchange format (.p12).

  1. In the file generation window, you can add an additional password to the.p12 certificate file.

You can leave these fields blank and click OK. Next, click Allow and enter your Mac password to export the certificate to your computer.

Step 5. .p8 Certificate Download

The .p8 extension is a text file with keys that are used to execute JWT content for APNs messages.

  1. In your developer account, go to Keys > All.

  1. Click “+.”

  1. Select Apple Push Notifications Service (APNs).

  1. Check the information to confirm key configuration.

  1. Download the .p8 certificate.

How to Set Up Safari Web Pushes in Reteno

  1. In your personal account, go to Settings > Web Push.

  1. If you add Safari to the existing website, select it from the list (1). If you don't have a website, click Add website (2).

For a new website, fill in all the fields. If the site already exists, fill out For Safari.

  1. In the section For Safari, upload files .p8 and p.12.

  1. Leave the Key file password field empty if you didn't create a password for it.

  1. In the Key ID field, insert the corresponding ID from your developer account > Keys > All.

📘

Note

Safari icons should be not less 256x256px, JPEG, PNG, up to 200KB. Images should be square. Unlike other browsers, the icon for Safari is installed once and cannot be changed. If you change the icon, old subscribers will receive notifications with the old image, and new ones with the new one.

Once you’ve saved all the settings, enter your website in Safari and see a web push permission prompt.