Now that we’ve developed and tested our app, the final step is to publish and to share it with users. This chapter guides you through this exciting step, including how to set up users and how to share apps with external users.
Unfortunately, we can sometimes introduce bugs when we introduce new versions of an app. To mitigate any ongoing damage, we’ll cover the topic of version control. We’ll look at how to roll back apps to a previous version.
If you’re a contractor or work for a software house, a typical process is to develop your app in an independent tenant and to deploy your changes to the client when the work is ...