Error in Setup QtCloudMessaging
-
wrote on 19 Sept 2018, 10:34 last edited by
Hello,
I would like receive Push Notifications on my app. With Qt Firebase I have got it, but my application can not show the notification, when my app was in Background. Strangely enough it should have worked. If you have an idea, a feedback would be very nice, but that is not my actual request.Anyway, I tried qtcloudmessaging afterwards. Unfortunately I have a few problems during Setup.
I have followed the instructions so far, but my program cannot find a specific path, so the "#include... " is declared as an error. See the copiler report and the picture at the back.
If you want to help me, I think it would be easiest if you look at the Manual -> qtcloudmessaging
I was unsure about the point 5, but I think I found where it is to install QtCloudMessaging. You can see it in the next picture. I hope that was right.
But the compiler is still nagging :/ -
Hello,
I would like receive Push Notifications on my app. With Qt Firebase I have got it, but my application can not show the notification, when my app was in Background. Strangely enough it should have worked. If you have an idea, a feedback would be very nice, but that is not my actual request.Anyway, I tried qtcloudmessaging afterwards. Unfortunately I have a few problems during Setup.
I have followed the instructions so far, but my program cannot find a specific path, so the "#include... " is declared as an error. See the copiler report and the picture at the back.
If you want to help me, I think it would be easiest if you look at the Manual -> qtcloudmessaging
I was unsure about the point 5, but I think I found where it is to install QtCloudMessaging. You can see it in the next picture. I hope that was right.
But the compiler is still nagging :/@Robin-Hood I don't think your app can receive any messages when it is in background as the OS holds it. You will need a background service for that.
-
wrote on 20 Sept 2018, 06:30 last edited by
@jsulm said in Error in Setup QtCloudMessaging:
I don't think your app can receive any messages when it is in background as the OS holds it. You will need a background service for that
So messages are already being sent to my phone (which will receive in the tast bar at the top), even if my app is in the background or even closed. My problem is that I can not display them in my app itself. All other messages are displayed.
If you have any comments or ideas (which would be nice) then it would be easy if you continue writing here
1/3