Giter Club home page Giter Club logo

safari-push-notification's Introduction

Safari Push Notification

Push Notification Implementation on Safari

Pre-requisites

  • HTTPS enabled site
  • Apple developer certificate (.p12)

Installation

npm install

Usage

  1. Register and download your apple certificate from Apple Developer Console or follow this article for details

  2. Put those files (eg. website_aps_production.cer & Certificates.p12) into certificates directory

  3. Then generate the expected certificate & key file using these commands

openssl x509 -in website_aps_production.cer -inform DER -outform PEM -out cert.pem
openssl pkcs12 -in Certificates.p12 -out key.pem -nodes
openssl x509 -inform der -in AppleWWDRCA.cer -out AppleWWDRCA.pem
  1. Replace the push package related info in app.js, makePushPackage.js & client/index.html files

  2. Run the app

node app.js
  1. Visit your site on safari and subscribe the push notification

  2. Send notification to the subscribed users

curl -XPOST -H 'Content-Type: application/json' https://yourdomain.com/send -d '
{
  "alert": {
    "title": "Push Test",
    "body": "Hello, this is my first push notification"
  }
}
'

safari-push-notification's People

Contributors

sohelamin avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.