Book Image

WebRTC Cookbook

By : Andrii Sergiienko
Book Image

WebRTC Cookbook

By: Andrii Sergiienko

Overview of this book

Table of Contents (15 chapters)
WebRTC Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Compiling and running an original demo for iOS


This recipe covers how to build an original Google WebRTC native demo application for iOS. The original demo from Google doesn't have any Xcode project files using which you could open the IDE and do the job with comfort. Unfortunately, you would have to use a set of console tools and scripts to compile this application.

Getting ready

In this recipe, we will cover the process of building an application for both an iOS simulator and for a physical device. So you should have a Mac OS X machine to run the demo in a simulator, and you should have an Apple gadget if you would like to run it on a physical device.

You should also be registered on the Apple iOS Developer Program to be able to install your application on your device. If you're not participating in this program, it is worth considering joining. For details, refer to the program's official web page at http://developer.apple.com.

In my case, I used a MacBook Pro with Mac OS X 10.9.5 installed...