How to send Push Msg to multiple Android phones at a time

Discuss coding issues, and scripts related to PHP and MySQL.
Shawnturner
Posts: 2

How to send Push Msg to multiple Android phones at a time

Hello,

I am using "PHP Push Notification Android and iOS: Send push notifications to Android and iOS devices" I have to send around 10k pushes every week. This is taking very long time around 2 hours at my end. If I get disconnected from net or close my browser then the push process gets aborted!

I want to know if we can send one single push message to multiple Android phones in one single call ($push->sendMessage($params)).

Is there any other way to see that the script completes sending push messages even if I close my browser?
Thanks

I didn't find the right solution from the internet.

Admin Posts: 805
Hello,
I not know about "PHP Push Notification Android and iOS", but check the answers from this page, maybe they can help you:
https://stackoverflow.com/questions/258 ... -using-gcm

Or, post the question on the page of that class:
https://gist.github.com/joashp/b2f6c7e24127f2798eb2

Similar Topics