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

Sending notifications to multiple registration ids #17

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

vairix-ssierra
Copy link

As suggested in #16 this commit implements "broadcasting" to multiple devices.

@twigbranch
Copy link

Couple things:

  1. I read that there's a 1000 device limit on registration_ids- this commit doesn't take that into account does it?

  2. Wondering if like apn_on_rails there should be a group_notification, so instead of storing each notification to each individual device, the notification is stored once for a group of device ids?

@vairix-ssierra
Copy link
Author

@twigbranch , I can't find the docs where the 1000 device limit is mentioned ... can you provide a link to it so I can fix this?

I'll take a look to the apn_on_rails approach about creating group_notification and see if we can use it here.

wacaw and others added 2 commits March 11, 2013 15:48
uncomment notification.sent_at = Time.now
Update notification.rb
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

Successfully merging this pull request may close these issues.

3 participants