Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 ios、androids、blackberry 和 windows 开发一个跨平台 phonegap 项目,我希望这个应用程序能够从我的网站 (php) 接收更新。我不想在 pushwoosh 网站上发送邮件。如果你能帮助我理解这个概念,我会很高兴。我知道如何将设备令牌与设备品牌(ios、androids、bb 等)一起存储在我的数据库中。
但是我将如何将有效负载发送到 pushwoosh 服务器?我可以一次将它发送到所有平台还是我必须单独处理各个平台。请我帮忙。
您需要使用 Pushwoosh Remote API,指南中有一个 PHP 示例:
http://www.pushwoosh.com/programming-push-notification/pushwoosh-push-notification-remote-api/#PushserviceAPI-PHPSample
有了这个,您可以一次发送到所有平台,如果您愿意,也可以单独发送。