iOS Question APN server

Luiz Fernando Orlandini

Active Member
Licensed User
Longtime User
I tried to use a Java APN, but I'm getting an error in the certificate -
Received fatal alert: unknown_ca

I guess this is caused, cause when I generate the p12 file, I use B4i.p12 and my push certificate (download from Apple). After read the documention from Apple, I guess I have to use the push.keystore to generate my new p12 file. But I can't do this join... Maybe somebody could help me.

Thanks.
 
Upvote 0

Luiz Fernando Orlandini

Active Member
Licensed User
Longtime User
I tried to use a Java APN, but I'm getting an error in the certificate -
Received fatal alert: unknown_ca

I guess this is caused, cause when I generate the p12 file, I use B4i.p12 and my push certificate (download from Apple). After read the documention from Apple, I guess I have to use the push.keystore to generate my new p12 file. But I can't do this join... Maybe somebody could help me.

Thanks.

I just solved this issue. I've implement the Java APN using directly the push Keystore, using KeyStore class to load it.

Now it's good!
 
Upvote 0
Top