apple apns server max can take how many request in 10 minute?
my application send out 10k of request to APNS server in ~10 mins and non of them reach my clients. any idea ? is there a max cap?
By upgrade my developer account fro开发者_开发技巧m 'Individual' to 'company' account, can solve my issue?
issue solved. my program halt due to memory not enough. i separate them to few schedule task.
Do you send them all in one connection or do you make 10,000 separate requests to the APNS servers? Can you post some code?
No problem sending that many as I do.
It is also in no way linked to whether you have an individual or company account either.
精彩评论