-
Notifications
You must be signed in to change notification settings - Fork 655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for custom APS properties #344
Comments
This also will be useful not to wait to add mutable content properties |
I make a hook to "intercept" the payload generated:
|
As https://stackoverflow.com/questions/44560851/apns-collapse-id-not-merging-multiple-notifications-ios-10 said, "apns-collapse-id" is NOT supported in legacy binary interface, does it really work? @ovictorpinto |
@keilon collapse-id don't work this way. But the hook to insert a property works =] |
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
How will be to add properties to APS
The text was updated successfully, but these errors were encountered: