facebook

Saving information (Groups)

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

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

    How can I save information in the cloud for other users of the app to share? For instance, a function in my app is to start a party. Then others can join that party. Where can I store this information? I cannot store the info locally as other device will not be able to ‘join’ that group.

    #337492

    support-michael
    Keymaster

    @kameronberget

    Develop and host your data services to be publicly access server through a web service interface. If you don’t have the facility to host such a service do a google search on “backend as a service”. There are many low cost cloud services to choose from. Such a service can greatly accelerate your development with key data, user and security services for your app.

    Then in your mobile app code the logic for saving/retrieveing data with your backend service. This is typically programmed in javascript.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Saving information (Groups)

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