我想知道我是否可以通过Django和/或PhoneGap获得一些人们用于iOS背景推送通知的建议。期待听到您的意见!
谢谢, 史蒂夫
这是我到目前为止所发现的: https://github.com/stephenmuss/django-ios-notifications 看起来相当全面,但看到我没有与APNS做过任何工作,不确定它是否足够。此外,上次更新大约一年前完成。
https://github.com/appsome/django-ios-push 看起来像是基于另一个旧项目的非常简单的实现。
PyAPNS https://github.com/samuraisam/pyapns 似乎有一堆关于它的教程。最近没有更新。
在PhoneGap方面,这个看起来像赢家: https://github.com/mgcrea/cordova-push-notification 从本教程:
http://devgirl.org/2012/10/19/tutorial-apple-push-notifications-with-phonegap-part-1/
答案 0 :(得分:0)
PushPlugin适用于iOS和Android。它是PhoneGap Build支持的插件之一。
在后端方面,我们一直在使用python库apns-client。请参阅this list for alternatives。