Welcome back! In Chapter 2, you learned how to set up continuous builds. In Chapter 3, you learned how to set up continuous deployment to development and test devices. You now have the fundamentals of a proper continuous integration/continuous deployment pipeline for your Xamarin Forms app.
You can now get started on integrating crash reports and analytics into your sample app. You will go through this app and make several code changes in different areas. You will build your code locally, commit and push the changes back up to the remote master branch, and test ...