Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Error in Setup QtCloudMessaging
Forum Update on Monday, May 27th 2025

Error in Setup QtCloudMessaging

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 2 Posters 574 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Robin Hood
    wrote on 19 Sept 2018, 10:34 last edited by
    #1

    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.

    2_1537353027301_Screenshot (26).png 1_1537353027301_Screenshot (25).png 0_1537353027299_Screenshot (24).png

    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 :/

    0_1537353066014_Screenshot (19).png

    J 1 Reply Last reply 20 Sept 2018, 06:17
    0
    • R Robin Hood
      19 Sept 2018, 10:34

      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.

      2_1537353027301_Screenshot (26).png 1_1537353027301_Screenshot (25).png 0_1537353027299_Screenshot (24).png

      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 :/

      0_1537353066014_Screenshot (19).png

      J Online
      J Online
      jsulm
      Lifetime Qt Champion
      wrote on 20 Sept 2018, 06:17 last edited by
      #2

      @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.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • R Offline
        R Offline
        Robin Hood
        wrote on 20 Sept 2018, 06:30 last edited by
        #3

        @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 Reply Last reply
        0

        1/3

        19 Sept 2018, 10:34

        • Login

        • Login or register to search.
        1 out of 3
        • First post
          1/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved