-
-
Notifications
You must be signed in to change notification settings - Fork 841
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 sending to multiple different certs #365
Comments
Gorush doesn't support multiple certificates in iOS but support send notification in the different android key. In android, you can add |
@keyeMyria Thanks |
I don't believe this is related to my original question. I wanted the ability to use a single gorunsh instance to send pushes to: some.bundle.id -> cert1.pem by dispatching to the different certs on the bundle id. I don't see what "Universal Push Notification Client SSL" has to do with this as it appears to related to production vs development pushes for the same bundle id using one cert. It may be that gorush never plans to support this. and if so fair enough. I just don't see how Universal Push Notification Client SSL solves it. |
might be addressed via #564 |
Hi,
At the moment it appears I can configure exactly one Android API key and one IOS push certificate.
I would like the capability to somehow disptach to different Android API keys and IOS push certificates, perhaps based on an app bundle id. I realize I could run N instances of gorush to accomplish that but it seems more ideal to be be able to do it all from the same process.
What do you think?
e.g.
The text was updated successfully, but these errors were encountered: