How to manage push notifications module in drupal7? and how to store the device token?

I am using the push notifications module. One of my friends made an iphone app. It gave me the apns-development.pem file and I saved it in the drupal / pushnotification / certificates folder. now I have to provide it with a url or web service so that with the web service it can specify the device_token as a parameter and that the devicetoken should be stored in my database to send a push message for that specific device. help me

+3


source to share


1 answer


I am the author of the Push Notifications Module for Drupal. I wrote a quick guide on registering a device token using services: http://www.danielhanold.com/story/drupal-7-push-notifications-how-to-register-a-device-token-using-services .



+14


source







All Articles