我正在使用此代码向iphone发送推送通知:
String regId="device_token";
Push.alert(userMessage,http://domainname.com/iphone/development_certificate/new/Certificates.p12,"password",false,regId);
当我使用Javaapns
发送该邮件时,它会出现以下错误:
The exception is javapns.communication.exceptions.InvalidKeystoreReferenceException: Invalid keystore reference. File does not exist: C:\Users\Java\AppData\Roaming\NetBeans\7.4\config\GF_4.0\domain1\config\http://domainname.com/iphone/development_certificate/new/Certificates.p12
当我提供D:\\Certificates.p12
时,它运行正常,但是当我提供密钥库的在线路径时,它会给出错误。