yarj / javapns

Automatically exported from code.google.com/p/javapns
0 stars 0 forks source link

New Category tag for Actionable Notification #246

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,
How to add a new tag along with existing alets,badgeNo & message tags?In latest 
IOS8 actionable notifications are introduced,for that i need to send a tag 
named Category along with some value in payload to APNS. 
Eg:
  aps =     {
            alert = "New Emergency task has been dispatched : MTRREAD";
            badge = 1;
            sound = "longalert.wav";
category = myCategory;
        };

Original issue reported on code.google.com by praveenl...@gmail.com on 16 Aug 2015 at 3:51