how to send and recieve push notification in Qt?
-
how to send and receive push notification for mobile in Qt,
receive push notification even when my app is not running... any idea ?You might have a look at our V-Play Parse Push Notifications Plugin for iOS and Android: https://github.com/vplayplugins/ParseSample
Parse (a Facebook company) does all the server-side stuff related to push notifications for you, you can then send notifications within their push console or via a REST service from your own server. You then just need to integrate our plugin and you're ready to go.
Cheers,
Alex from V-Play