nomad-cli / houston

Apple Push Notifications; No Dirigible Required
http://nomad-cli.com
MIT License
2.93k stars 229 forks source link

Usage with APNs Authentication Key .p8 file #139

Closed astamm78 closed 3 years ago

astamm78 commented 7 years ago

Is the Houston gem compatible with Apple's new authentication key workflow which outputs a .p8 file which never expires (unless revoked) and work for all deployment schemes?

I found a Node JS example that uses the new setup at the link below, was hoping that Houston would be able to provide ruby support.

http://126kr.com/article/5pxvuit047q

adwebb commented 7 years ago

Agreed this would be helpful if available

dankimio commented 7 years ago

Currently it doesn't, but I would be happy to accept a pull request with the feature.

andrewarrow commented 7 years ago

this working in https://github.com/nomad/houston/pull/150

RamblinWreck77 commented 5 years ago

@andrewarrow Does p8push still work well? Are you using it in production?

1klap commented 4 years ago

@andrewarrow Does p8push still work well? Are you using it in production?

I was having issues with it, the version of net-http2 seems to make problems when connecting to the APN endpoints. I forked it into the gem klap_p8push and can now talk to the sandbox endpoint. Not tested in production, so beware...

alexshikov commented 3 years ago

Just curious, if the command line version will support p8 at some point? The gem is neat! We just migrated to p8 from p12.

talha-shoaib-vd commented 3 years ago

Is it still in progress? I need to use P8 format in both sandbox and production

1klap commented 3 years ago

I am still using my fork klap_p8push in production, mentioned above and have currently no issues with it.