Skip to content

Add support for custom APS properties #344

@raderio

Description

@raderio

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)
    ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions