通过java推送通知会出错?

时间:2014-11-17 11:54:55

标签: java ios iphone push-notification

我正在使用此代码向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时,它运行正常,但是当我提供密钥库的在线路径时,它会给出错误。

0 个答案:

没有答案