facebook

Notify of updates / push messages

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #330635 Reply

    wilsoncortez
    Member

    Hi

    I´ve read some threads regarding push notifications and i gues this feature isn´t available yet, correct?

    Is there a way of warning users of an app (iOS and Andriod) i´m planning to develop which is supposed to have a monthly basis update?

    Thank you

    #330751 Reply

    wilsoncortez
    Member

    Hi

    Anyonetospread some light on? 🙁

    #330897 Reply

    wilsoncortez
    Member

    Hi
    Just a little bump

    thanks

    #330902 Reply

    Topskip
    Member

    You can realize it with 2 App. The first is a small native App which registers to gcm. This app have to be run only once. After this, the app receives the push notification and throw a NotifyIntent. If the User click it, the MobiOne App can be startet.

    You have to write the first app also for IOS.

    #330904 Reply

    wilsoncortez
    Member

    Thanks for your inout here Topskip

    But coul you please elaborate a bit longer, I´m very newbie to this all

    Thank you

    #330918 Reply

    Topskip
    Member

    Here is a Link to the GCM Client Application from Google.

    http://developer.android.com/guide/google/gcm/demo.html

    After it, you will have an (NAtive) App, which can receive message from Google Cloud Messaging Service (GCM)

    You are able to receive these notifications after the first run.

    You will also need a server to initiate the Calls to your app. If the message receive, your callback routine will be called and you can do what ever you want, e.g. Displaying the message or leading to another (maybe an MobiOne App)

    I will appeare like in Wether apps…you get a notify, and when you click, the weather app will be startet to fetch the actual new informations.

    I did it for an Informationservice to notify the user, if new Measurements for him are stored in the server database.

    To send the Notify to the Mobile Device, there are services who abstract this layer for Android AND Iphone, so you have not to program it for each plattform.

    Hope That helps.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Notify of updates / push messages

You must be logged in to post in the forum log in