cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Web Push - can we avoid creating an APNS certificate?

tamara_unetic17
Newcomer
453

We are in the process of implementing the web push channel and are asking ourselves, if we can avoid creating an APNS certificate allthogether. The amount of website visitors via the Safari browser is extremely low and we're not part of the Apple Developer program.

Did anyone activate the web push channel without the apns certificate?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member196553
Active Contributor

Hello tamara_unetic,

APNS (Apple Push Notification Service) is required for sending push messages to Safari browser - this is documented in the help as well:

=> Web Push - APNS authentication

Push messages for other browsers, like Chrome, Firefox, Edge, require the VAPID to be added.

best regards,
Johannes