Summary
In this chapter, we explored the steps required to make our app ready for deployment.
Firstly, we looked at some admin to get the app ready for the production build, including registering for a developer account and preparing your hosting provider for the web.
We then looked at releasing an app on the Google Play Store, including configuring the AndroidManifest.xml
and build.gradle
files, looking at the build process, and exploring the testing options on Google Play.
Next, we did the same for the App Store, including registering our app bundle ID, using Xcode, looking at the build process, and exploring the different test processes.
We then dug into the release process of our app on the web, and finally covered how to use Crashlytics and Google Analytics for tracking app usage and crashes.
And that's all folks. In this book, I have tried to show you the basic but fundamental concepts of this incredible framework. I hope you enjoyed the book, learned something...