ZoneMinder / zmNinja

High performance, cross platform ionic app for Home/Commerical Security Surveillance using ZoneMinder
http://zmninja.zoneminder.com
Other
1.01k stars 268 forks source link

iOS 12 - Critical Notifications support #737

Open hgregorian opened 5 years ago

hgregorian commented 5 years ago

I'm very grateful for zmNinja. It would be awesome to see support for iOS 12's "critical notifications."

pliablepixels commented 5 years ago

Glad you like zmNinja. I don't this that is possible at the moment.

  1. I use Google FCM to send push from the event server to cloud to the device, which doesn't seem to currently support this new payload

  2. I use phonegap-plugin-push to receive push in zmNinja which also doesn't seem to support it.

I suppose we have to wait for both 1 & 2 to support it first.

hgregorian commented 5 years ago

@pliablepixels, thank you for your quick response and concise explanation on the lack of support for this feature in project dependencies. I'll do my part to open feature requests or 👍 existing requests so that this can become a reality in the future. Thanks again!

stale[bot] commented 5 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.

hgregorian commented 4 years ago

Looking at the links provided in the initial response, it appears that this is now supported by Google FCM. The phonegap-plugin-push library has a pull request (which appears unfinished from a document update perspective) to support this: https://github.com/phonegap/phonegap-plugin-push/pull/2795