EasyAPNS: Has anybody tried it with large amounts of notifications?
I implemented EasyAPNS in my app and server and currently have a database with 2000+ registered devices. Today I tried to send notifications to all of these devices and the script timed out. I checked the code (should've done it earlier, I know) and I discovered it opens a connection for each message . Basically this thing will never work and will get my IP banned, right? How's it even possible that this problem is not mentioned anywhere in the Google group ? Apparently nobody tried this library with a lot of notifications -- can this be real? Or am I missing something? I ended up rewriting a