Book Image

Flash iOS Apps Cookbook

By : Christopher Caleb
Book Image

Flash iOS Apps Cookbook

By: Christopher Caleb

Overview of this book

The latest version of Flash Professional can directly target iOS, allowing Flash developers to write applications that will run natively on Apple's iPhone, iPad, and iPod touch. What's more, with Apple loosening its restrictions on third-party technologies, apps written in Flash can now be sold and distributed within the App Store.Flash iOS Apps Cookbook provides the recipes required to build native iOS apps using your existing knowledge of the Flash platform. Whether you want to create something new or simply convert an existing Flash project, the relevant steps and techniques will be covered, helping you achieve your goal.Learn how to configure and use Flash Professional for iOS development by writing and deploying a simple app to a device. Implement many iOS-specific features such a multi-touch, the virtual keyboard, camera support, screen orientation and the Retina display. Overcome the limitations of mobile development by mastering hardware acceleration and optimization. Whether you're an enthusiast or professional developer, the Flash iOS Apps Cookbook is your toolkit to creating high-quality content for iPhone, iPad and iPod touch.
Table of Contents (21 chapters)
Flash iOS Apps Cookbook
Credits
About the Author
Acknowledgement
About the Reviewers
www.PacktPub.com
Preface
Index

Installing your app with iTunes


Once you have compiled your FLA into an .ipa file, it can be installed onto your device for testing. There are various applications available that you can use to do this, one of which is iTunes.

Let us see how this is done.

Getting ready

You must already have installed on your device the same provisioning profile you used when compiling your IPA from Flash Professional.

If you haven't yet done this, then first perform the steps detailed in the Installing a provisioning profile on your device recipe from Chapter 1.

How to do it...

  1. Launch iTunes and connect your iOS device through a USB.

  2. Select File | Add File to Library (Ctrl + O | Cmd + O ) from iTunes' drop-down menu.

    Note

    On Mac OS X, the drop-down menu option is listed as Add to Library.

  3. From the file browser, navigate to and select the .ipa file you want to install. For this recipe, simply locate the bubbles.ipa file you created earlier. You should find it in your Documents folder at packt\flash-ios-cookbook\my...