Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. How can i version check, download new version and install from own server in QML
Forum Updated to NodeBB v4.3 + New Features

How can i version check, download new version and install from own server in QML

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
7 Posts 3 Posters 397 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.
  • V Offline
    V Offline
    VoLVoSum
    wrote on last edited by
    #1

    Hello, what I want to do is to update the new version of the phone application I made with QML from its own server. When the user runs the mobile application, if I have uploaded a new version, it will download and install the new version. How do I do this in QML? More precisely, I do version control, but I couldn't find how to download the file and start the installation.

    jsulmJ JoeCFDJ 2 Replies Last reply
    0
    • V VoLVoSum

      Hello, what I want to do is to update the new version of the phone application I made with QML from its own server. When the user runs the mobile application, if I have uploaded a new version, it will download and install the new version. How do I do this in QML? More precisely, I do version control, but I couldn't find how to download the file and start the installation.

      jsulmJ Online
      jsulmJ Online
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @VoLVoSum On which platform exactly? I don't think you can do this on Android and iOS - there, apps can only be installed/updated from the app store.

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

      JoeCFDJ 1 Reply Last reply
      0
      • V VoLVoSum

        Hello, what I want to do is to update the new version of the phone application I made with QML from its own server. When the user runs the mobile application, if I have uploaded a new version, it will download and install the new version. How do I do this in QML? More precisely, I do version control, but I couldn't find how to download the file and start the installation.

        JoeCFDJ Offline
        JoeCFDJ Offline
        JoeCFD
        wrote on last edited by JoeCFD
        #3

        @VoLVoSum You can not do it in QML. Instead it is done in C++ code which is bound with QML files. Your app can be downloaded via qt network manager. After it is downloaded, it can be installed(not sure how you install your app).

        V 1 Reply Last reply
        0
        • jsulmJ jsulm

          @VoLVoSum On which platform exactly? I don't think you can do this on Android and iOS - there, apps can only be installed/updated from the app store.

          JoeCFDJ Offline
          JoeCFDJ Offline
          JoeCFD
          wrote on last edited by JoeCFD
          #4

          @jsulm On Android, the apps can be copied over and installed locally. This worked before. It may have been changed. Still today, my Android app with 5.15.2 is not deployed via app store.

          jsulmJ 1 Reply Last reply
          0
          • JoeCFDJ JoeCFD

            @jsulm On Android, the apps can be copied over and installed locally. This worked before. It may have been changed. Still today, my Android app with 5.15.2 is not deployed via app store.

            jsulmJ Online
            jsulmJ Online
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @JoeCFD On a device which is not rooted?

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

            JoeCFDJ 1 Reply Last reply
            0
            • jsulmJ jsulm

              @JoeCFD On a device which is not rooted?

              JoeCFDJ Offline
              JoeCFDJ Offline
              JoeCFD
              wrote on last edited by
              #6

              @jsulm It is locally deployed. Only device is sold.

              1 Reply Last reply
              0
              • JoeCFDJ JoeCFD

                @VoLVoSum You can not do it in QML. Instead it is done in C++ code which is bound with QML files. Your app can be downloaded via qt network manager. After it is downloaded, it can be installed(not sure how you install your app).

                V Offline
                V Offline
                VoLVoSum
                wrote on last edited by
                #7

                @JoeCFD Hi, Do you know of any sample code?

                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