-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
Anyone got this working with the new Apple p8 files #326
Comments
@adamgins I think we might have to bump the apn module version - there are a couple of breaking api changes around v2.0.0 https://github.com/node-apn/node-apn/releases |
@raix yep just looking at https://github.com/node-apn/node-apn it takes a whole bunch of the new params... eg
I will take a crack at it and see if I can fix. I am hoping it may be simple to get APN up and running again... |
BTW, there is another thought of using something like Firebase (FCM), which can now send to both APN and FCM/GCM... but that probably more of a fork??? ala https://github.com/fechanique/cordova-plugin-fcm |
@adamgins I've added a branch with the initial stab - please crack on (I'm out today and tomorrow - my birthday) re FCM I think it would be a really nice thing to get in, (GCM is deprecating in favor of FCM right?) |
@raix you're "da man!!!" happy birthday :-) and Happy New Year!!! re: FCM yes... when I logged into FCM all my GCM stuff was there |
@raix I cloned and just put into my I changed I am getting this error Seems related to this deep in the included NPM modules I was a bit confused that we still needed to include
I thought these were redundant with the new settings, anyway My config is
I ended up at https://github.com/node-apn/node-apn/blob/master/doc/provider.markdown and it still seems like |
@adamgins did you mean to say that Apple doesn't issue p12 any more? I am not able to find any info on that. What I see however is that FCM requires p8 which is easily converted from p12. Were there any announcement of discontinuation of p12 certificates? |
can anybody confirm if p12 is obsolete? I haven't found anything about it anywhere like @paulincai mentioned. |
@twentyfortysix is this a project that worked fine and stopped working or is it something that you're developing now and can't send out via APN? |
New project that I have never been able to setup for APN. |
As fr as I remember, you need to "distribute" your app. Can you do a ad-hoc distribution and put it in testfairy or other place and try again. For some reasons I know that you can only receive in IOS with a production app. |
Thanks for help. I tried it via TestFlight. no luck so far. |
I have some time for you if you want to go on a chat: paulailincai in skype |
|
Hi, the current params are dependent on the old p12 based certs, Apple does to issue those any more. Wondering if anyone else has got this working with the new p8 files?
The text was updated successfully, but these errors were encountered: