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. How to create long running process of iOS
Forum Updated to NodeBB v4.3 + New Features

How to create long running process of iOS

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 2 Posters 815 Views 1 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.
  • J Offline
    J Offline
    joot
    wrote on last edited by
    #1

    Is there any equivalent of the Android service for iOS? I tried search from some examples but there doesn't seem to be any?

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

      Hi and welcome to devnet,

      AFAIK, not directly, but you have here the documentation about background execution.

      Hope it helps

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

      J 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi and welcome to devnet,

        AFAIK, not directly, but you have here the documentation about background execution.

        Hope it helps

        J Offline
        J Offline
        joot
        wrote on last edited by
        #3

        Thanks I have read that but I don't see how these are supported in Qt. Do I need to modify that info.plist using xcode or does Qt support this?

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

          The easy way for the .plist file s too edit the project in Xcode and then copy the file into your project like described here.

          As for the rest, you'll have to write some native code.

          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