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

Apple account

and a developer account (paid).

Apple developer program

Step 1. Registration of Web Push ID

  1. In your developer account go to Identifiers and select Website Push IDs.

Registration of Web Push ID

  1. Select Website Push IDs and click Continue.

Adding push ID

  1. Fill in Description and Identifier 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).

Push ID description

The new ID will appear on the Web Push IDs list.

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.

Certificate Assistant

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

Certificate information

  1. Click Save.

Certificate request

Step 3. Certificate Generation

  1. In your developer account, go to iOS Certificates and click Create a certificate.

Certificate generation

  1. Choose Website Push ID Certificate and click Continue.

Website push ID certificate

  1. Select the Website Push ID you’ve created and click Continue.

Select push ID

  1. Upload a Certificate Signing Request.

Upload a Certificate Signing Request

  1. Download the certificate.

Downloading

Step 4. Certificate .p12 Export

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

Certificate .p12

  1. Right-click the certificate accordion and select Export.

Export

  1. In File Format, select Personal Information Exchange format (.p12).

.p12

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

Identification window

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 and click Create a key.

Create key

  1. Select Apple Push Notifications Service (APNs).

Apple Push Notifications

  1. Register a new key.

Register a new key

  1. Download the .p8 certificate.

Downloading certificate

The new key will appear in the Keys list.

New key

How to Set Up Safari Web Pushes in Reteno

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

Web Pushes in Reteno

  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).

Web push settings

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.

Settings for Safari

  1. Leave the Key file password field empty if you didn't create a password for it.
  2. 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.

Push icon

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

Web push for Safari