-
The app is calling the callback function only if is on foreground. When the app is closed and I click on the notification, the app open, but not execute callback function.
-
Hello, I have two projects that use FCM, the first one is the store that receives the purchase orders, the second is the buyer who makes the orders, for each I have different projects and different FC…
-
As it is now all PushNotifications are stored and never purged from the database,
which results in a huge table after a while.
Unless there's a very good reason to store everything I would suggest a…
-
```
Traceback:
File "/home//lib/python3.5/site-packages/django/core/handlers/base.py" in get_response
132. response = wrapped_callback(request, *callback_args, **callback_kwar…
-
I cannot send any messages via FCM. I fixed it by putting hardcoded FCM POST url in this line:
https://github.com/jleclanche/django-push-notifications/blob/master/push_notifications/gcm.py#L71
-
I'm not able to send `"mutable_content": True` in extra kwargs as an additional keyword argument (which is required to send rich notifications to iOS). I am getting `notify_single_device() got an une…
-
Hi. By designing my application, each user can only have one active device. What would be the fastest way to implement it?
Thank you.
-
When trying to send notification to multiple devices (and only one is in queryset) I get `InternalPackageError(u'to\n',)` if that device is `active=False`
The same error through administration
>…
-
How to extend the Device model:
https://django-fcm.readthedocs.io/en/latest/extending_device.html
This is an example of someone extending the Device model to have User as a foreign key: https://gi…
-
Hi. Can someone explain to me, why exactly for all messages the collapse_key parameter is set to 'message'?
Related line: [django-fcm/fcm/utils.py](https://github.com/Chitrank-Dixit/django-fcm/blob/m…