tinovyatkin / pass-js

Apple Wallet Passes generating library for Node.JS
MIT License
675 stars 81 forks source link

Status 400 when pushing updates #590

Open axjowo opened 2 years ago

axjowo commented 2 years ago

After generating a pass and saving it in my wallet I want to send push notifications to the Pass. I managed to get the pushToken via webservice, but template.pushUpdates(myToken) returns a 400 status code `[Object: null prototype] { ':status': 400, 'apns-id': 'FD4215FA-6D82-F2F1-952A-CE516A5146FA',

}`

mo9a7i commented 2 years ago

what webservice implementation are u using?

LightDev1 commented 1 year ago

@axjowo How you registered for updates?