parse-community / parse-server-push-adapter

A push notification adapter for Parse Server
https://parseplatform.org
MIT License
87 stars 99 forks source link

Add support for new "mutable-content" iOS 10 flag #34

Closed timonus closed 7 years ago

timonus commented 7 years ago

Similar to "content-available" from iOS 7, but this flag is used to inform the OS that a notification service extension should be woken up to do some work.

Relevant WWDC talk from this year: https://developer.apple.com/videos/play/wwdc2016/708/

timonus commented 7 years ago

Oh wait, it's here https://github.com/parse-server-modules/parse-server-push-adapter/blob/76383d9243f6c2cdae82e92d8e7a6e64ca3bcdfb/src/APNS.js#L239.

flovilmart commented 7 years ago

Yup! And released too :)