Mac OSX, Safari Push Notification: Generate Push Package from Tokens instead of Certificates

222 Views Asked by At

As per apple, we can now take advantage of a simpler method of authentication by using tokens instead of certificates when sending push notifications. Here

As per documentation, for generating Push Package we need a Signature file which is PKCS #7 detached signature of the manifest file. This signature file is generated using the Private Key associated with the web push certificate obtained while registering with Apple.

I am not able to figure out how to generate Signature file from the authentication token, instead of web push certificate file.

0

There are 0 best solutions below