Closed miriam30 closed 4 years ago
Hi @miriam30 - thanks for reaching out, Safari push configuration can be particularly finicky to get fully set up. When registerAppboyPushMessages
is being called but you're not getting the permissions prompt from the browser, things to check include:
appboy.initialize
is called, ensure that the website ID for the certificate uploaded to app settings (looks like "web.com.mysite") is being supplied as the safariWebsitePushId
option.Another helpful debugging step can potentially be to supply the enableLogging
option to appboy.initialize
which will provide some additional data to the console. If you're still having trouble, if you open a case with our support team they should be able to examine the specifics of your integration and get you up and running.
Hi, I'm currently trying to get Push Notifications to work in Safari... I have already added the soft push configuration according to your documentation, and am able to view the notification but when when I click "Accept" no push registration is done. Safari certificate is up to date and service worker has been added also according to documentation
Version used: 2.4.3