Skip to content

Index of Module pushnotification

Matthias Görges edited this page Mar 16, 2015 · 4 revisions

The PushNotification module allows sending and receiving of Apple Push Notification Service messages (and at a later time Google Cloud Messaging).

Function Short Description
(pushnotification-gettoken) Retrieve the device token needed
(pushnotification-apn-send certfile keyfile password token msg . badgenum) Send an Apple Push Notification message
(pushnotification-gcm-send apikey token msg . data) Send a Google Cloud Messaging message
Clone this wiki locally