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. native notifications when the app (GUI) is not running on both iOS and Android? (service that pulls notifications from a server)

native notifications when the app (GUI) is not running on both iOS and Android? (service that pulls notifications from a server)

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 231 Views 2 Watching
  • 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.
  • mbruelM Offline
    mbruelM Offline
    mbruel
    wrote on last edited by
    #1

    Hi,
    I've the requirement for a mobile app to be able to have native notifications on the phone (iOS or Android) even if the app (GUI part) is not actually running (not launched or killed by the user)
    For example, WhatsApp or other social media apps can raise notification on phones even if the app is apparently not running.
    I've seen there is possibility to implement Services on Android and I guess that would kind of do the job but can I be sure that if the user kill all the app (or never launched it) then the service will (still) run?
    I don't know iOS but my associate showed me that you give the privilege to apps for receiving notifications, I guess that's kind of allowing a service at bootup but I've no clue.
    Anyway is this possible to achieve with a Qt App? natively in Qt?
    can we otherwise achieve it with a bit of native code embedded in the Qt project?
    Any experience/examples for this?
    Cheers

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      You would need some native coding.

      Maybe @ekkescorner has some example published on that topic.

      The folks from Felgo provide a plugin for that with their SDK.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

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