django-gcm icon indicating copy to clipboard operation
django-gcm copied to clipboard

Google Cloud Messaging Server in Django

Results 19 django-gcm issues
Sort by recently updated
recently updated
newest added

Canonical IDs are sent as a response by the GCM server in case the registration ID changes for a client. The number of canonical IDs are given by the "canonical_ids"...

Hi, thanks for making this app! Just wondering why there's a forced queryset ordering on the lastupdated field for a device? If I have an incredibly large number of devices...

django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. urlpatterns should be updated to be a list of django.conf.urls.url() instances instead.

While registering a device with required parameters through angular, I get a 400 from the server. ``` var req = { method: 'POST', url: base_url, headers: { 'Content-Type': 'application/json', },...

bug

Hi, i register with `reg_id` and `dev_id`, and then call gcm register on my server, i get message `SUCCESS`, but: ``` status code: 500 ``` and then GCM doesn't work.....

When checking out the API-key project and attempting to register a device, I get a bad request However, the data passed is OK. This is my first time using Django,...

gcm/v1/device/register/ post request works perfect with default django-gcm model but if I extend device model to add user field and make POST request, it fails without any response. My extended...

Are there plans to support Google Cloud Messaging (GCM) Cloud Connection Server (CCS) as well?? Its XMPP based instead of HTTP. It has many advantages over sending messages via HTTP....

I have problem, gcm is sending 4 messages when rest save object. Does anyone else had this problem?