Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Help API SMS on QT.
Forum Updated to NodeBB v4.3 + New Features

Help API SMS on QT.

Scheduled Pinned Locked Moved Solved General and Desktop
11 Posts 3 Posters 1.4k 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.
  • R Offline
    R Offline
    Rika
    wrote on last edited by
    #1

    Can someone give me an example of using SMS API on QT? Thank you :).

    aha_1980A 1 Reply Last reply
    0
    • R Rika

      Can someone give me an example of using SMS API on QT? Thank you :).

      aha_1980A Offline
      aha_1980A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Rika Which SMS API do you have in mind?

      Qt has to stay free or it will die.

      R 1 Reply Last reply
      2
      • R Offline
        R Offline
        Rika
        wrote on last edited by
        #3

        @aha_1980 said in Help API SMS on QT.:

        Which SMS API do you have in mind?

        Hello. I want used API in there: https://esms.vn/sms-api

        1 Reply Last reply
        0
        • aha_1980A aha_1980

          @Rika Which SMS API do you have in mind?

          R Offline
          R Offline
          Rika
          wrote on last edited by
          #4

          @aha_1980 Or do you have any examples related to SMS API on QT, can you send it to me? Thank you :D

          jsulmJ 1 Reply Last reply
          0
          • R Rika

            @aha_1980 Or do you have any examples related to SMS API on QT, can you send it to me? Thank you :D

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

            @Rika said in Help API SMS on QT.:

            examples related to SMS API on QT

            There is no SMS API in Qt.
            Hence your question is not related to Qt. You should check the documentation of that library.
            You can also use native API for that (Android/iOS), you can use these API in Qt.

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

            R 1 Reply Last reply
            0
            • jsulmJ jsulm

              @Rika said in Help API SMS on QT.:

              examples related to SMS API on QT

              There is no SMS API in Qt.
              Hence your question is not related to Qt. You should check the documentation of that library.
              You can also use native API for that (Android/iOS), you can use these API in Qt.

              R Offline
              R Offline
              Rika
              wrote on last edited by Rika
              #6

              @jsulm I'm a student, sorry for my expression, I mean, I want to send sms from application using an sms provider over internet . They allow me to send sms by putting this string in a browser: http://rest.esms.vn/MainService.svc/json/SendMultipleMessage_V4_get?Phone=09xxxx&Content=DemoText&ApiKey=xxxx&SecretKey=xxxx&SmsType={SmsType}&Sandbox={Sandbox}&RequestId={RequestId}&SendDate={SendDate}
              And I have'n experienced it,so i want to a visual example.

              aha_1980A 1 Reply Last reply
              0
              • R Rika

                @jsulm I'm a student, sorry for my expression, I mean, I want to send sms from application using an sms provider over internet . They allow me to send sms by putting this string in a browser: http://rest.esms.vn/MainService.svc/json/SendMultipleMessage_V4_get?Phone=09xxxx&Content=DemoText&ApiKey=xxxx&SecretKey=xxxx&SmsType={SmsType}&Sandbox={Sandbox}&RequestId={RequestId}&SendDate={SendDate}
                And I have'n experienced it,so i want to a visual example.

                aha_1980A Offline
                aha_1980A Offline
                aha_1980
                Lifetime Qt Champion
                wrote on last edited by
                #7

                @Rika Have a look at QNetworkAccessmanager, which allows to do such tasks.

                Qt has to stay free or it will die.

                R 1 Reply Last reply
                2
                • R Offline
                  R Offline
                  Rika
                  wrote on last edited by
                  #8
                  This post is deleted!
                  1 Reply Last reply
                  0
                  • aha_1980A aha_1980

                    @Rika Have a look at QNetworkAccessmanager, which allows to do such tasks.

                    R Offline
                    R Offline
                    Rika
                    wrote on last edited by
                    #9

                    @aha_1980 using this api sms is very new to me, i dont have experience about it and i need some examples of it or something similar.

                    aha_1980A 1 Reply Last reply
                    0
                    • R Rika

                      @aha_1980 using this api sms is very new to me, i dont have experience about it and i need some examples of it or something similar.

                      aha_1980A Offline
                      aha_1980A Offline
                      aha_1980
                      Lifetime Qt Champion
                      wrote on last edited by
                      #10

                      @Rika

                      Here is an example for downloading files: http://doc.qt.io/qt-5/qtnetwork-download-example.html

                      I'm afraid there won't be an example for your exact task, but that's what programming is all about, isn't it?!

                      Qt has to stay free or it will die.

                      1 Reply Last reply
                      2
                      • R Offline
                        R Offline
                        Rika
                        wrote on last edited by
                        #11

                        That's right, it's all about programming.
                        Thanks very much for your help. :D

                        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