strongloop/loopback-component-push

mutableContent support?

Closed this issue · 4 comments

New Feature

For using rich Notifications need support mutableContent.
I has checked in apns package. It supported mutableContent but loopback-component-push
does not support add this field to notification structure.
Please add this.

Pull request #169

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale commented

This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository.

Hi @raymondfeng, I see this commit to simple, just add one line for support mutableContent.
mutable-content is one key support by apple from iOS 10 for rich notifications. And node-apn has support it from long time ago
You can see a simple guide about rich notifications here
After that, I need you should merge this pull request.
Thanks.