richsage / RMSPushNotificationsBundle

NOT MAINTAINED! ⛔️ Push notifications/messages for mobile devices. Supports iOS, Android (C2DM, GCM), Blackberry and Windows Mobile (toast only). A Symfony2 bundle.
MIT License
321 stars 152 forks source link

Update pizza orders list: is this bundle ok to create it? #63

Closed Ziiweb closed 9 years ago

Ziiweb commented 10 years ago

Hi,

I have to create a website to order pizzas. I have to create also an android app for the owner of the restaurant, so when someone order a pizza, the android app show the new order on the list of the orders.

Is this bundle ready to create this in the part of server?

If yes, what happens when the connection su**s and the device is not connected at the moment of the push?

richsage commented 9 years ago

This bundle would facilitate sending of push messages to your Android devices, yes. The GCM servers will hold the messages until the device connects again, then it will resend. You might want to read up on the GCM docs for more information.