Post not yet marked as solved
Post marked as unsolved with 1 replies, 457 views
I have multiple hand held servers talks with APNS and send notification to dedictate apps based on the token registered on individual hand held servers. As the AppID is the same the hand held server use the same cert to talk to the APNS, the cert is stored in the hand held server for the connection to the APNS.My question is: will Apple treats this as abormal usage and block the connection, if I have quite a lot (e.g. more than 1000) hand held server running concurrently, each with different IP address, with the same cert and sending notification to APNS concurrently? The notification usage on each server will not be high, at most 1 to 2 notification per minute.Thank you for the help!