adamgins
adamgins
@robsecord phew mine expired again... (I thought I was non-expiring one) and I can only generate the new p8 format... how did you setup / config?
@lcfm did you solve this?
@raix yep just looking at https://github.com/node-apn/node-apn it takes a whole bunch of the new params... eg ``` var options = { token: { key: "path/to/APNsAuthKey_XXXXXXXXXX.p8", keyId: "key-id", teamId: "developer-team-id" },...
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
@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 `packages` to see if I could get working and hack as necessary I changed `apn.Device` to `apn.Provider` in `var myDevice = new...
Hi, just upgraded to 3.0.2 and having this issue too. Basically the `_raix_push_notifications` is empty. This is after I see `Push: Settings userId "TfshveJNQviENZjm5" for app: kNdZuXZJmveBP6Z5a` on the server...
@raix Hi ya... FYI, I am getting this issue on iOS, this seems I never get the callbacks for the debug options above ``` Push.addListener('token', function(token) { alert('(Test) Push token...
Just in the process of trying out Android - will let you know how I go.
This is working for me on Android. So my config is - I don't use the JSON config, I use Push.configure on both the server and the client. I added...