How to send Push Msg to multiple Android phones at a time
Posted: 01 Nov 2017, 07:32
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.
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.