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 – integrating Ubertesters


Use the following steps to integrate Ubertesters:

  1. Open our Xcode project if it's not already open.

  2. Download the Ubertesters SDK from http://ubertesters.com/sdk/ubertesters.sdk.ios.zip.

  3. Extract the contents from the downloaded file somewhere on the hard drive.

  4. Drag the extracted contents into the project file. They should be at the root level right at the same level as Products, Frameworks, and Resources.

  5. Switch to the project configuration by clicking on the project's name in the project navigator. Inside the General tab, scroll down to Linked Frameworks and Libraries.

  6. Add the following libraries by clicking on the plus button, selecting the correct library, and clicking on Add:

    • AdSupport.framework

    • CoreImage.framework

    • SystemConfiguration.framework

    • CoreTelephony.framework

    • CoreLocation.framework

    • CoreMotion.framework

  7. Switch to the Info tab inside the project configuration.

  8. Add a new key inside Custom iOS Target Properties by selecting any item and clicking...