06.05.2017, 13:59, "Nuno Santos" <nunosan...@imaginando.pt>:
> Hi,
>
> I’m trying to find a way of having push notifications on a qt based desktop 
> app taking advantage of web push technology.
>
> For instance, OneSignal provides a push notification that works for iOS, 
> Android and desktop (safari, chrome, firefox).

If you want to use OneSignal in your Qt application, they seem to provide REST 
API that should work with any HTTP client, including QNetworkAccessManager.

https://documentation.onesignal.com/v3.0/docs/onesignal-api

>
> I was wondering if I could have something like a web view or web engine 
> running on the qt app, that could serve has the target browser for the 
> notification.

Why not?

>
> Do you think this approach is possible?
>
> If this is not possible. How could I have such a system without having to 
> build one from scratch?
>
> Thanks in advance,
>
> Regards,
>
> Nuno
>
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest

-- 
Regards,
Konstantin
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to