appfeel / node-pushnotifications

Push notifications for GCM, APNS, MPNS, AMZ (automatic detection from device token)
MIT License
534 stars 126 forks source link

Response is not clear #38

Closed nesimtunc closed 6 years ago

nesimtunc commented 7 years ago

Hi, The response output after the push sent is not clear especially for failure. Please see this output.

[{"method":"apn","success":1,"failure":1,"message":[{"regId":{"device":"token1"},"error":null},{"regId":"token2","error":{}}]}]

alex-friedl commented 7 years ago

@appfeel: Possible duplicate of https://github.com/appfeel/node-pushnotifications/issues/34?

alex-friedl commented 6 years ago

Closed as duplicate of #34.

@nesimtunc Please see my last comment in the referenced issue. Maybe you could provide more detailed logs in order for us to understand better why the error response is empty?