-
Error creating ApnsClient test code public static void main(String[] args) {
try {
ApnsClient apnsClient = new ApnsClientBuilder().setApnsServer(ApnsClientBuilder.PRODUCTION_APNS_HOST)
.setClientCredentials(new File("D:\\workspace\\java\\mdmServer\\src\\main\\resources\\push.p12"), "abcd")
.build();
} catch (IOException e) {
e.printStackTrace();
}
} log information
|
Beta Was this translation helpful? Give feedback.
Answered by
jchambers
Jun 14, 2022
Replies: 1 comment 1 reply
-
I'm guessing netty-tcnative isn't supported under Windows. Have you tried removing netty-tcnative? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jchambers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm guessing netty-tcnative isn't supported under Windows. Have you tried removing netty-tcnative?