1.enablelogging
javapns使用的log4j,为确保log的正常工作,在使用过程中添加如下代码:
importorg.apache.log4j.*;
...
try{
BasicConfigurator.configure();
...
}catch(Exceptione){
//dosth.
}
log4j.properties中添加:
log4j.logger.javapns=debug
2.sandbox(开发环境..
分类:
移动开发 时间:
2014-11-23 23:36:34
阅读次数:
486