ios - Django APNS and Phonegap suggestions -


i wondering if recommendations people have used background push notifications in ios django and/or phonegap. looking forward hear comments!

thanks, steve


this i've found far: https://github.com/stephenmuss/django-ios-notifications seems pretty comprehensive, seeing haven't done work apns, not sure if it's enough. also, last update done year ago.

https://github.com/appsome/django-ios-push seems simple implementation based on older project.

pyapns https://github.com/samuraisam/pyapns seems have bunch of tutorials written it. updates haven't been made recently.


on phonegap side, 1 looks winner: https://github.com/mgcrea/cordova-push-notification tutorial:

http://devgirl.org/2012/10/19/tutorial-apple-push-notifications-with-phonegap-part-1/

pushplugin works on both ios , android. it's among supported plugins phonegap build.

on backend side we've been using python library apns-client. see this list alternatives.


Comments