2012-08-01 181 views
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;   
    } 

有沒有辦法來發送通知,以增加量徽章而不是 只是設置它?

回答

2

不是我所知道的。徽章號碼是只是一個替代品。如果它旨在反映某種狀態,則應該在服務器中保持該狀態,並始終按絕對值。