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 access changes on any ios device

How to access changes on any ios device

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
10 Posts 3 Posters 654 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.
  • T Offline
    T Offline
    Tyrel
    wrote on last edited by
    #1

    Good day,

    I am making an ios app that creates forms and I want other users that have the app to see the forms that have been created, how would I do this. So do I need a account type thing that all users that are signed in to that account can see the forms been created, if so how do I do this.
    Thank you

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      You need a web server that will hold the form data, with an exposed API that your mobile apps will use.

      (Z(:^

      1 Reply Last reply
      1
      • T Offline
        T Offline
        Tyrel
        wrote on last edited by
        #3

        how do I create one. any help will be muchly appreciated

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

          Hi and welcome to devnet,

          If you want to stay in C++, then you can check the Cutelyst project.

          Otherwise there are quite a lot of solutions in other languages like Django, Flask or Tornado in Python, node.js if you're into JavaScript, even PHP can be considered.

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

          T 2 Replies Last reply
          1
          • SGaistS SGaist

            Hi and welcome to devnet,

            If you want to stay in C++, then you can check the Cutelyst project.

            Otherwise there are quite a lot of solutions in other languages like Django, Flask or Tornado in Python, node.js if you're into JavaScript, even PHP can be considered.

            T Offline
            T Offline
            Tyrel
            wrote on last edited by
            #5

            @SGaist thanks, how would I incorporate that with my app

            SGaistS 1 Reply Last reply
            0
            • SGaistS SGaist

              Hi and welcome to devnet,

              If you want to stay in C++, then you can check the Cutelyst project.

              Otherwise there are quite a lot of solutions in other languages like Django, Flask or Tornado in Python, node.js if you're into JavaScript, even PHP can be considered.

              T Offline
              T Offline
              Tyrel
              wrote on last edited by
              #6

              @SGaist How do I install it on mac

              1 Reply Last reply
              0
              • T Tyrel

                @SGaist thanks, how would I incorporate that with my app

                SGaistS Offline
                SGaistS Offline
                SGaist
                Lifetime Qt Champion
                wrote on last edited by
                #7

                @Tyrel said in How to access changes on any ios device:

                @SGaist thanks, how would I incorporate that with my app

                Incorporate what into your app ?

                @Tyrel said in How to access changes on any ios device:

                @SGaist How do I install it on mac

                Install what ?

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

                T 1 Reply Last reply
                0
                • SGaistS SGaist

                  @Tyrel said in How to access changes on any ios device:

                  @SGaist thanks, how would I incorporate that with my app

                  Incorporate what into your app ?

                  @Tyrel said in How to access changes on any ios device:

                  @SGaist How do I install it on mac

                  Install what ?

                  T Offline
                  T Offline
                  Tyrel
                  wrote on last edited by
                  #8

                  @SGaist how to install cutelyst because I am making this app on a mac because it is for ios. I didnt see an option for mac only linux an windows

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

                    Are you currently planning on running a web server on iOS ?

                    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
                    • T Tyrel

                      @SGaist how to install cutelyst because I am making this app on a mac because it is for ios. I didnt see an option for mac only linux an windows

                      sierdzioS Offline
                      sierdzioS Offline
                      sierdzio
                      Moderators
                      wrote on last edited by
                      #10

                      @Tyrel said in How to access changes on any ios device:

                      @SGaist how to install cutelyst because I am making this app on a mac because it is for ios. I didnt see an option for mac only linux an windows

                      Get the code then compile it using cmake. Then you can start a new cutelyst project and begin writing your server app.

                      Just a note - this is completely separate from your iOS app. A server should reside somewhere globally accessible (static IP on a machine you own or rent, or a cloud solution like AWS, Azure etc.) and your iOS app will access it via API you design.

                      (Z(:^

                      1 Reply Last reply
                      1

                      • Login

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