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 – creating a build for beta testers


Us the following steps to create a special build for beta testers:

  1. Log in to the provisioning portal at https://developer.apple.com/account/ios/certificate/certificateList.action.

  2. In Identifiers, click on App IDs. Add a new one by clicking the plus button.

  3. From App ID Description, choose PirateGame.

  4. Set an App ID Prefix of your choice. All of the available prefixes will be shown as a drop-down list, where the default is Team ID. If you are unsure which one to use, use the default one.

  5. In the Bundle ID input box, put in the bundle ID of our game. If you haven't chosen one, it's time to do so now. Make sure that the bundle ID is the same as Bundle identifier in the App-Info.plist file of our application. It is recommended that you use a reverse-domain name. Click on Continue and then Done to finish the process.

  6. Show all devices by clicking on All in the Devices tab.

  7. Add a new device by clicking on the plus button.

  8. In UDID, enter the UDID of our device...