Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for APNS auth token (p8) #55

Closed
BenchR267 opened this issue May 19, 2017 · 8 comments
Closed

Add support for APNS auth token (p8) #55

BenchR267 opened this issue May 19, 2017 · 8 comments

Comments

@BenchR267
Copy link

Apple provides a way to send push notifications without the need of certificates by creating never expiring authentication keys (http://stackoverflow.com/questions/39943701/how-to-send-apns-push-messages-using-apns-auth-key-and-standard-cli-tools).
Unfortunately NWPusher does not support this kind of authentication yet.

@JanC
Copy link

JanC commented May 19, 2017

See #54

@BenchR267
Copy link
Author

Isn't that a different thing? #54 is about using certificates over http/2 🤔

@JanC
Copy link

JanC commented May 19, 2017

Well .. since the Pusher supports only the binary apple API and there are no plans to use the HTTP API, it means that it does not use the http (or http/2) API which is needed for sending pushes with token authentication.

@BenchR267
Copy link
Author

Makes sense. So it's related, but not the same.

@JanC
Copy link

JanC commented May 19, 2017

btw, I'm using Knuff but it also does not support token based auth :/
KnuffApp/Knuff#62

@andrejbroncek
Copy link

Do you guys know of any alternative that might have support for this?

@onmyway133
Copy link

onmyway133 commented Aug 27, 2017

@andrejbroncek @BenchR267 @JanC in the meantime, you can use https://github.com/onmyway133/PushNotifications which supports APNS certificate, token and FCM authentication, works on both iOS and Android

@jaymehtasa
Copy link

Pusheverapp free version does the job...
https://pushever.app/

Downloadable Mac App - https://github.com/cupnoodle/pusheverapp/releases/download/2.0t/PusheverTrial.app.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants