-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add multiple push tokens support? #41
Comments
+1 :D For faster sending of APNS |
I would also like this feature. In the meantime, I was wondering what the best way to do this is. I have been creating a new one each time. But I have reports that when sending thousands at a time, about half of the recipients are failing to receive the pushes. Does Apple do throttling? Any feedback is appreciated. |
Currently the way to go is to create a new
Generally, you should reuse an
No, there is no need.
I suggest inspecting
I'm not aware of that, but if you use JWT-based authorization you should try to reuse a single |
Add a new
AddTokens
method allowing us to pass an array of push tokens so that the push is sent to each one of them instead of one.The text was updated successfully, but these errors were encountered: