0
//Try to connect to APNs     
pushManager.initializeConnection(HOST,PORT,"/etc/Certificates.p12", "password",      SSLConnectionHelper.KEYSTORE_TYPE_PKCS12);

Which password am I referencing here? Is it my appleid password?

1 Answer 1

1

It's the private key of the .p12 file. The password is required when you export (save) the .p12 file.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.