The solution provided by these platforms comes in the form of remote push notifications. The work outlined in QtPushNotifications primarily focuses on the functionality that receives remote push notifications, included in the application code. The solution currently supports WNS (Windows Notification Services) and APNs (Apple Push Notification services). Using the APIRegistering servicesTo make remote push notifications work, the application developer must first sign up for accounts with the Push Notification Service that powers their target platform. It shows the minimal code that is required to set up push notifications and send simple notifications to your users.