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. Android & iOS service in Qt
QtWS25 Last Chance

Android & iOS service in Qt

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 2.1k 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.
  • L Offline
    L Offline
    likon
    wrote on last edited by
    #1

    Is it possible to create an Android & iOS service in Qt. Like not a normal app but a service that would be run in background?

    1 Reply Last reply
    0
    • GianlucaG Offline
      GianlucaG Offline
      Gianluca
      wrote on last edited by
      #2

      From what I know, iOS does not support at all "Services". In the recent iOS 7 they improved the background modality for update the app even when is in background. But, it should be a normal app.
      So, for iOS the correct question is if it's possible to use the new iOS 7 API to execute code in background. And the answer is Yes, because it's very simple to use objective-C code inside a Qt app.

      For Android, I don't know which is the difference between an activity and a service. But from what I know, the Qt provides only the android activity.

      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