-
Notifications
You must be signed in to change notification settings - Fork 652
Open
Description
Sometimes Apple can add some new properties to APS object. In order to be able to use that new properties as soon as possible it will be good to add support for custom APS properties.
For example now we can add properties to payload
APNS.newPayload()
.customField("name", "John")
...
How will be to add properties to APS
APNS.newPayload()
.customAPSField("mutable_content", 1)
...
jstorm31
Metadata
Metadata
Assignees
Labels
No labels