oleg82 / javapns

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

Support for background RemoteNofications #206

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Attempt to build a APNS json for a background notification(iOS7)
i.e.
     'aps' {
  'content-available': 1
}

AFAIK this is not possible with javapns

Original issue reported on code.google.com by patjacks...@gmail.com on 16 Nov 2013 at 4:39

GoogleCodeExporter commented 9 years ago
The Push.contentAvailable(...) method provides this feature.

Original comment by sype...@gmail.com on 30 Sep 2014 at 1:20