Building and deploying your mobile app to an App Store is just the beginning. There is a lot more to successful app deployment. In this chapter, we are going to focus on all the nitty-gritty details of app deployment. We are going to discuss adding artwork, app monetization with ads, and in-app purchases. To be successful in mobile app development you need to constantly improve your app. For this you need to have good understanding of how users interact with your app. You also need to automate as many tasks as possible for reduced development and deployment times. That is why at the end of this chapter best practices for version control, testing, continuous integration, and deployment are discussed.
This chapter will cover the following points:
- Deploying to App Stores
- Monetizing with ads and in-app purchases
- Effectively using version control
- Unit testing
- Automating...