Mobile Apps, Azure and AWS

Asked

Viewed 45 times

2

Hello, When creating an app and placing it in the Appstore or Googleplay, I must also, depending on the type of app, acquire some mobile hosting service in services like Azure or AWS to leave for example, the database of my app?

Or do these stores host "all" my app? Including the exponential growth of app-generated data.

Grateful for the attention.

  • What do you mean these stores host "all" my app??

  • I’m sorry, Marco, but my question may be very obvious to you in the community, but it’s basic to me. I mean with the "whole", the back of the application. Including the generated data. Example: The app allows you to log in to social media and upload a photo to the app. This photo will be stored on Apple servers (if you develop it for IOS) or my app structure should contain the path to the database that might be on AWS or Azure?

1 answer

1


Stores will only make their app available for download.

You must treat everything else on your own.

(Google, for example, offers a back-end service called Firebase).

But the Store is just a place to get your APP even. :)

  • Nice Lucas. That was exactly my question. Thank you very much.

  • If the answer helped you, consider giving an Upvote or recognize it as correct, this way others with the same doubt will identify what helped you.

  • 1

    I just wanted to let you know that there are alternatives other than Firebase, Azure, and AWS, much more so.. I don’t want to advertise but where I worked before we used to Smartasp, of course this depends on the amount of users who will use the app.

  • If you are going to use a service, nothing prevents you from also developing and hosting your own back-end. (I consider Firebase a good alternative, because they have a very good free plan, it is not often that we want to launch an APP that right at the beginning already has a monthly maintenance cost)

Browser other questions tagged

You are not signed in. Login or sign up in order to post.