私は自分のアプリのプッシュにJavapnsを使用しています、これが私がそれを使用する方法です:
public static PushedNotifications Push(String token,String message,String Sound,int badge) throws CommunicationException, KeystoreException{
String key=PushUtil.class.getResource("cert.p12").getPath();
PushedNotifications pn= Push.combined(message, badge, Sound, key, "Pass", true, token);
System.out.println("pn: "+pn);
return pn;
}
バッジを設定するだけでなく、バッジを増やす金額を通知する方法はありますか?