-
Hi Team, We are doing a quick POC to use pushy in our project to send push notification to our app. We would like to do a basic volume testing to check if there is any drops, end-to-end response time etc. With this context does APNs have any restriction if it observes load coming from one single source and going to one/two device tokens? Will there be any chance that our app may get blocked (or something) or IPs are blocked (or something)? Any advise is appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
According to "Handling Notification Responses from APNs", the server may respond with "TooManyRequests" if "too many requests were made consecutively to the same device token." The precise limit isn't specified.
I think this is a question for Apple; I don't know for sure.
You may find Pushy's local benchmarks helpful. Pushy also includes a mock server that might be helpful. |
Beta Was this translation helpful? Give feedback.
According to "Handling Notification Responses from APNs", the server may respond with "TooManyRequests" if "too many requests were made consecutively to the same device token." The precise limit isn't specified.
I think this is a question for Apple; I don't know for sure.
You may find Pushy's local benchmarks helpful. Pushy also includes a mock server …