appleboy / appleboy/gorush

support sending to multiple different certs

Open
#365 5 comments 1 reaction 1 assignee Claimed by @appleboy View on GitHub
Feature
Dominant language
Go
Stars
8.8k
Forks
887
PR merge metrics
No merged PRs in 30d

Description

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.

```
android:
com.foo.bar:
enabled: true
apikey: "YOUR_API_KEY1"
max_retry: 0 # resend fail notification, default value zero is disabled
com.blah.blah:
enabled: true
apikey: "YOUR_API_KEY2"
max_retry: 0 # resend fail notification, default value zero is disabled
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.