Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Device groups #48

Open
salberin opened this issue Feb 9, 2016 · 3 comments
Open

Support for Device groups #48

salberin opened this issue Feb 9, 2016 · 3 comments

Comments

@salberin
Copy link

salberin commented Feb 9, 2016

One functionality that is not currently supported by django-gcm is support for device groups. This would allow multiple devices to be registered on one notification key. Is this something that could be supported in the model of Django-gcm?

@bogdal
Copy link
Owner

bogdal commented Feb 10, 2016

@salberin Check this out. Topic messaging allows to register multiple devices to a single topic.

@salberin
Copy link
Author

@bogdal Sorry, that's not the same. Device groups allow sending messages back to the other devices in the group. This allows for clearing of notifications on other devices in the same group, for example. That is exactly the functionality i'd like to use.

@bogdal
Copy link
Owner

bogdal commented Mar 4, 2016

@salberin You can extend the Device model and add e.g. foreign key to the group.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants