strongloop / loopback-component-push

Push notification component for LoopBack.
http://loopback.io/doc/en/lb2/Push-notifications.html
Other
96 stars 95 forks source link

mutableContent support? #168

Closed ht22pt closed 6 years ago

ht22pt commented 6 years ago

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.

ht22pt commented 6 years ago

Pull request #169

stale[bot] commented 6 years ago

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[bot] commented 6 years ago

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.

ht22pt commented 5 years ago

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.