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. Notifications app for (Andriod ,ios ,windows phone)
Forum Updated to NodeBB v4.3 + New Features

Notifications app for (Andriod ,ios ,windows phone)

Scheduled Pinned Locked Moved Mobile and Embedded
6 Posts 4 Posters 2.6k Views 3 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.
  • S Offline
    S Offline
    shadi
    wrote on last edited by
    #1

    so if possible can I ask you to advice me plz
    I try to build Notifications app for (Andriod ,ios ,windows phone) the functionality for my app is to receive the message from c++ program which work on server and so the my app must show the message recive from my server side for customer(as example) so can you advice me if QT power enough to do
    this task or what possible tools i need to do that because i do n't have enough experience in QT

    because i am confuse about the others platform like Windows phone and ios ,is it suitable those platform?
    for Windows phone there is a few documents so I'm worry about that ,
    thanks very much for your advice , your time and consideration.
    Thanks a lot
    Best regards

    p3c0P 1 Reply Last reply
    0
    • S shadi

      so if possible can I ask you to advice me plz
      I try to build Notifications app for (Andriod ,ios ,windows phone) the functionality for my app is to receive the message from c++ program which work on server and so the my app must show the message recive from my server side for customer(as example) so can you advice me if QT power enough to do
      this task or what possible tools i need to do that because i do n't have enough experience in QT

      because i am confuse about the others platform like Windows phone and ios ,is it suitable those platform?
      for Windows phone there is a few documents so I'm worry about that ,
      thanks very much for your advice , your time and consideration.
      Thanks a lot
      Best regards

      p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #2

      Hi @shadi,
      Did you check Qt Notifier example ? It is android specific.

      157

      S 1 Reply Last reply
      0
      • p3c0P p3c0

        Hi @shadi,
        Did you check Qt Notifier example ? It is android specific.

        S Offline
        S Offline
        shadi
        wrote on last edited by
        #3

        @p3c0
        hi yes I checked it but i need also for ios and windows mobile ?
        i didn't find about the both ios and windows mobile

        I want to clarify some important details about the framework capabilities:

        What specific device functions are available? (a full list of supported features would be appreciated)
        Are push-notifications for iOS and windows mobile supported? Planned to be supported?
        Is it possible to save images and data on device's local storage between app launches (cache some data downloaded from Internet)?
        What API should I use for phone calls and SMS?

        the only thinf i found it is that Qt 5 can Push Notifications with V-Play’s Parse Push Plugin

        p3c0P 1 Reply Last reply
        0
        • S shadi

          @p3c0
          hi yes I checked it but i need also for ios and windows mobile ?
          i didn't find about the both ios and windows mobile

          I want to clarify some important details about the framework capabilities:

          What specific device functions are available? (a full list of supported features would be appreciated)
          Are push-notifications for iOS and windows mobile supported? Planned to be supported?
          Is it possible to save images and data on device's local storage between app launches (cache some data downloaded from Internet)?
          What API should I use for phone calls and SMS?

          the only thinf i found it is that Qt 5 can Push Notifications with V-Play’s Parse Push Plugin

          p3c0P Offline
          p3c0P Offline
          p3c0
          Moderators
          wrote on last edited by
          #4

          @shadi Don't know if it is planned yet. But some one has already raised it here QTBUG-44804. May be you should request for Windows too.

          157

          1 Reply Last reply
          0
          • F Offline
            F Offline
            feldifux
            wrote on last edited by
            #5

            Hi,
            you can use this Qt plugin for Push notifications.

            Here is some sample code:

            import QtQuick 2.1
            import VPlayPlugins.parse 1.0
            
            Parse {
              applicationId: "<PARSE-APP-ID>"
              clientKey: "<PARSE-CLIENT-ID>"
            
              onNotificationReceived: {
            	console.debug("Received new notification")
              }
            }
            

            And here is a push notification example on Github:
            https://github.com/vplayplugins/ParseSample

            Cheers, Chris

            Founder of Felgo SDK - http://felgo.com/qt

            Felgo simplifies

            • Mobile App Dev with Qt esp. iOS & Android
            • Game Development with Qt

            What others say

            Felgo scored #1 in Cross-Platform App Development Tools Report - see why: https://goo.gl/rgp3rq

            1 Reply Last reply
            0
            • D Offline
              D Offline
              dridk2
              wrote on last edited by dridk2
              #6

              As feldifux suggest,
              It can be done by using https://www.parse.com !
              I m now reading it to understand how it works! @feldifux Could you give us minimal information about how you implement it with Qt ?

              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