了解 PhoneGaps 自动 PushNotifications
Understanding PhoneGaps automatic PushNotifications
我正在学习本教程发送通知:http://devgirl.org/2013/07/17/tutorial-implement-push-notifications-in-your-phonegap-application/。
这看起来很简单,但非常有限..所以这样我只能用Node手动发送通知。但是,如果我的应用程序每次在我的数据库中更新某些内容时都必须发送通知怎么办?那可能吗?是否可以在用户暂时不使用App的情况下发送通知?
感谢所有帮助,
是的,这是可能的。 phonegap-plugin-push 可以帮助您实现目标。
我正在学习本教程发送通知:http://devgirl.org/2013/07/17/tutorial-implement-push-notifications-in-your-phonegap-application/。
这看起来很简单,但非常有限..所以这样我只能用Node手动发送通知。但是,如果我的应用程序每次在我的数据库中更新某些内容时都必须发送通知怎么办?那可能吗?是否可以在用户暂时不使用App的情况下发送通知?
感谢所有帮助,
是的,这是可能的。 phonegap-plugin-push 可以帮助您实现目标。