Yogi Yang - 2017-07-25 06:26:59
Hello,
This is for the first time that I am posting on this forums so if I make any mistakes please spare me.
I am using "PHP Push Notification Android and iOS: Send push notifications to Android and iOS devices" (https://www.phpclasses.org/package/8987-PHP-Send-push-notifications-to-Android-and-iOS-devices.html)
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?
TIA