roycezhc / javapns

Automatically exported from code.google.com/p/javapns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS7 Enhencments.

GoogleCodeExporter opened this issue · comments

Hi all.Great work with this library

Are you planning some improvements of library, related with upcoming iOS7?

With adding of multitasking features for push notifications developers will 
need payload, that contains this object 
"content-available":"1".
Now developers can use  PushNotificationPayload(rawJson)  constructor but it is 
additional effort.

Regards,
Radoslav.

Original issue reported on code.google.com by radoslav...@gmail.com on 10 Sep 2013 at 1:26

Original comment by sype...@gmail.com on 2 Oct 2013 at 2:45

  • Changed state: Accepted
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect
The Push.contentAvailable(...) method already does this.

Original comment by sype...@gmail.com on 30 Sep 2014 at 3:25

  • Changed state: Fixed