java - Apple APNS - how many push should be sent from server in a second -
we have large number of users game , have written our own php server sending push tokens. when send push server server sends push devices , shows no error. on device, push not received.
we tried send single device server same application certificate worked fine. when send devices push not recieved. there limit imposed apple on number of push in 1 second or there other suggestion can follow send push large number of devices in parallel?
the limit applies if send multiple notifications same device
you wrote 1 notifications 1 device received, when try send devices nothing received. 2 notifications 2 devices?
i suspect there's wrong php , handling more 1 device token. don't reinvent wheel. http://www.easyapns.com/
if using custom code can't replaced suggest reading easyapns php code , try figure out did wrong.
Comments
Post a Comment