Book Image

iOS 9 Game Development Essentials

By : Chuck Gaffney
Book Image

iOS 9 Game Development Essentials

By: Chuck Gaffney

Overview of this book

Table of Contents (15 chapters)
iOS 9 Game Development Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Updating your game


Games today are almost never a one-shot deal. They tend to be a living application through updates, add-ons, and fixes even after release. Updates to your app will be working to any future iOS updates, adding new game content, or a combination of both. To do this, simply repeat much of the processes from the build string phase starting with the creation of a new version number. Doing so will create a new section in your Builds tab under Prerelease as seen with PikiPop's own page as follows:

You can use TestFlight beta test to test the new build with internal and external testers just as you did before. To make ready the newest version for release, click on the New Version button on the Versions main tab and submit the newest version's number in the popup.

The Versions tab will now be divided into the current version and the new version via easy-to-navigate tabs. Like in the original release, you can fill in various metadata as well as information for the players for what...