我如何创建一个可以订阅来自 drupal CMS 的推送通知的 angular 应用程序?
How can I create a angular app that can subscribe to push notifications from a drupal CMS?
我正在使用 phonegap 和 angular 来开发本机应用程序。没有用户帐户。这仅在 phone 上使用本地存储。该应用程序可让您订阅多个不同的推送通知。发送这些推送通知的管理服务器是一个 drupal 站点。
是否需要第三方服务?
通过使用 $cordovaPush
http://ngcordova.com/docs/plugins/pushNotifications/ cordova 插件,您可以注册以收听推送通知。
我正在使用 phonegap 和 angular 来开发本机应用程序。没有用户帐户。这仅在 phone 上使用本地存储。该应用程序可让您订阅多个不同的推送通知。发送这些推送通知的管理服务器是一个 drupal 站点。
是否需要第三方服务?
通过使用 $cordovaPush
http://ngcordova.com/docs/plugins/pushNotifications/ cordova 插件,您可以注册以收听推送通知。