Questions tagged [safari-push-notifications]

Discussion around implementing Safari Push Notifications.

Not to be confused with APNS, or the apple-push-notifications tag, which discuss push notifications to iOS device. This tag is for questions with regards to Safari push notifications, as described here:

https://developer.apple.com/notifications/safari-push-notifications/

31 questions
8
votes
2 answers

OS X Mavericks Push Notifications in Chrome

New version of OS X called Mavericks gives new function called Push Notifications. It's great feature, because it allow to receive notifications even if my macbook lid is closed. But for some time I started using Chrome instead of Safari, but when I…
6
votes
2 answers

Frequent "Unable to generate ICNS file for push notification package" errors

I keep getting Unable to generate ICNS file for push notification package errors emailed to me for the Safari push notifications I've set up on my site. They work without errors for my laptop and any other I've tried, and I've read and re-read…
5
votes
3 answers

Safari Push Notifications

I would like to implement push notifications for my website (obviously only in compatible browser as Safari 7). I have read the Apple documentation and I have successfully created my package containing my icon.iconset, my certificate.p12,…
BalestraPatrick
  • 9,944
  • 4
  • 30
  • 43
4
votes
0 answers

Feedback when user click on Safari Push Notification

I am currently working on implementing Safari Web Push Notification and everything works fine. However I would like to get feedback from user who click on the notification like chrome and firefox does. I have search threw stackoverflow and the…
4
votes
3 answers

iOS Web notifications supported?

Does any browser in iOS support push notifications similar to Chrome on Android? Google seems to mention it in their GCM presentation video but I can't find any information about it.
3
votes
0 answers

Generating Safari push package: Signature verification errors when using new intermediate cert

So I've been using Apple's createPushPackage.php script they provide in their Configuring Safari Push Notifications guide to generate and sign my push packages (edited slightly to use an intermediate cert). It works just fine for me with the old…
Mohamed Hafez
  • 8,621
  • 7
  • 41
  • 49
3
votes
1 answer

Create Safari Push Notification signature with Node.js

I am trying to implement Safari Push Notifications as described here in Node.js to run in a Google Cloud Function. I am trying to use forge to create the detached PKCS#7 signature, but I always get a "Signature verification of push package failed"…
Dave
  • 2,409
  • 3
  • 22
  • 28
3
votes
1 answer

Node.js safari push notifications intermittent signature failure

I am using the safari-push-notifications v 0.3.0 module to create the push package required for Safari. Occasionally I get the error Signature verification of push package failed from Safari. I noticed in the failed signatures there are some…
3
votes
1 answer

Apple website push: Signature verification of push package failed, but apple certificates are ok

I'm trying to implement Web push notifications to Safari using Codeigniter, I'm following the Apple Guide and I created a library to create a Push Package based in this connorlacombe github project. This is my library:
3
votes
1 answer

Safari Push Notification with Windows Azure

I'm trying to use Safari Push Notifications with Windows Azure as backend. I was able to upload Website Push ID: web.com... certificate to Azure Mobile Services and it was accepted without any error message in the apple push notification…
catlan
  • 25,100
  • 8
  • 67
  • 78
2
votes
1 answer

Sending Push Notifications to Safari from Java

I am trying to get the Web Push API to work with my app and Safari on iOS. I can register fine in Safari ... But, when trying to send my request to the endpoint I receive a 403 with reason: BadJwtToken. I've verified the token being sent in the…
2
votes
0 answers

How to support push notification in safari on a flutter webapp

I have a flutter project which is running on iOS, Android and Web. Now my challenge is to support push notification in Safari browser (webapp flutter). I should be able to send custom payload in push notification. I have gone though the below…
2
votes
0 answers

How to get payload on Safari Push Notifications

I want implement Safari Push Notifications In the documentation , there is a Handling permissions for website push notifications section for getting APNs token But there is no way to get the notification , I need to get notification payload as it…
WebMaster
  • 3,050
  • 4
  • 25
  • 77
2
votes
0 answers

Safari push notifications using Node.js

I have some queries below How to integrate safari push notification using node.js after creating certificates of website. How to get authentication token. Device token Please tell me the actual flow,I followed this link…
2
votes
1 answer

Safari Push notification is not working

I have been trying Safari push notification. I followed the Apple doc. Downloaded Apple intermediate Certificate AppleWWDRCA.cer. Exported my website provisioning profile as p12. To create the push Package used ruby package push_package It created…
1
2 3