Book Image

Sparrow iOS Game Framework Beginner's Guide

By : Johannes Stein
Book Image

Sparrow iOS Game Framework Beginner's Guide

By: Johannes Stein

Overview of this book

Table of Contents (20 chapters)
Sparrow iOS Game Framework Beginner's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Afterword
Index

Time for action – deploying an application


To deploy the application, perform the following steps:

  1. Log in to Ubertesters at http://beta.ubertesters.com/sign_in.

  2. Click on Projects from the top menu.

  3. Click on Upload revision and choose the special build we created earlier.

  4. We can now enter a revision title and a description.

  5. Select the revision we just uploaded.

  6. Click on Start to allow this revision to be installed on the target devices.

  7. On our registered device, we can now install our game.

    On the web interface, we can track the installations of our application, as shown in the following screenshot:

What just happened?

To deploy the application using Ubertesters, we logged in to Ubertesters first. When we see all the available projects, we can upload a new revision for each of the projects. At the moment, we only have one project.

After the revision is uploaded, we can optionally set a title and a description for the build. The following two things need to be considered when uploading a build:

  • The...