I am using push notifications module. One of my friend did an app for iphone. He gave me apns-development.pem file and i stored it in my drupal/pushnotification/certificates folder. now i have to give him the url or web service so that , using the web-service he can give device_token as parameter and that devicetoken should be stored in my database for sending push message for that particular device. Pls help me
Share
I’m the author of the Push Notifications module for Drupal. I wrote a brief tutorial about registering a device token using services here: http://www.danielhanold.com/story/drupal-7-push-notifications-how-to-register-a-device-token-using-services.