'Java code for Http/2 HttpClient and HPACK For APNs

we are migrating APNS from Cert based to Token based. Came across recommendation for HPACK in Headers

Iam using Curl command to send the http Message to Apple API and iam getting 200 OK as response. However not able to receive any notifications.

So planning to implement the same using Java code. Any example for HPACK implementations code snippet using Java is highly appreciated



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source