I implemented push notifications using APNS-PHP http://code.google.com/p/apns-php/ on my server. I now have to move it to a server that has php 5.2.17 and I sadly found out that apns-php does not support php versions lower than 5.3.
Is there any way of implementing php push notifications without updating the server (witch is out of the question)?
In other words Is there any other api that can work with older PHP?
Hy, tanks for the answer but the problem was not the APN server was the script hosting server and I found a solution for that in the mean time. I made the simplest script possible and it worked. I used the php code found in this tutorial http://blog.boxedice.com/2009/07/10/how-to-build-an-apple-push-notification-provider-server-tutorial/. turned it into a class and I that was it. It is the best script for low versions servers, but I don’t know how will it handle big requests or if it will be able to deliver all messages.
Cheers
Bogdan.