0
我使用Java PNS爲推動我的應用程序, 這是我如何使用它:增加應用徽章號
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;
}
有沒有辦法來發送通知,以增加量徽章而不是 只是設置它?