如何在drupal7中使用推送通知模块?以及如何存储设备令牌?

Ram*_*u.d 3 drupal drupal-7

我正在使用推送通知模块.我的一个朋友为iphone做了一个应用程序.他给了我apns-development.pem文件并将其存储在我的drupal/pushnotification/certificates文件夹中.现在我必须给他网址或网络服务,以便使用网络服务,他可以将device_token作为参数,并且devicetoken应该存储在我的数据库中,以便为该特定设备发送推送消息.请帮助我

小智 14

我是Drupal推送通知模块的作者.我写了一篇关于使用服务注册设备令牌的简短教程:http://www.danielhanold.com/story/drupal-7-push-notifications-how-to-register-a-device-token-using-services.