Closed petercv closed 6 years ago
In the normal node-apn library the (JSON) response body for failed requests is converted to an object, node-apn-http2 returns the response body as a simple string.
See https://github.com/andreialecu/node-apn-http2/pull/5
Merged and published to npm as 1.2.0.
Thanks!
In the normal node-apn library the (JSON) response body for failed requests is converted to an object, node-apn-http2 returns the response body as a simple string.