-
Notifications
You must be signed in to change notification settings - Fork 119
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 to multiple apps #3
Comments
Maybe .dup or .clone the module (APNS and GCM)? The notification objects themselves have no say in the connection anyway. |
this is something i definitely want to implement. I'm a little busy at the moment but as soon as i got time i will look into it. |
@eddanger I did it modifying this library in this fork |
+1 I would also need this. Any chance that this PR gets merged? |
+1 Would like you guys to merge this. |
Hi @NicosKaralis! There's any reason this PR was not merged? |
I need the ability to send to different apps/devices from a single Rails application.
The certificate will be different for each push and the current Module doesn't make much sense for the way I do it.
Anyway any future plans for something like this?
This is so we could use an object that is specific to a certificate/passphrase rather than a global module.
The text was updated successfully, but these errors were encountered: