Getting Started Guide with RidgeRun's Mobile Framework for iOS
Introduction
This wiki page contains the needed steps to get started with the RidgeRun's Mobile Framework. First the software needed to work with this framework in iOS and then, the guides to understand its functions and implementation.
Requirements
To develop a mobile app for iOS, is needed an Apple's computer (Macbook, Macbook Pro, iMac, Mac mini). The software needed to develop for Mac OS and iOS is Xcode. The following are recommended guides to setup your environment and start developing using the RidgeRun's Mobile Framework:
It is important to highlight that the language used to develop the RidgeRun's Mobile Framework is Objective-C; as for future work, we will work on the Swift wrapper this would be a kind of 'library' that will keep using objective-c for the Mobile Framework but Swift as the main language for the UI and others.
Installation
In order to install the RidgeRun's Mobile Framework, you need configure the iOS project with GStreamer (See the above guide) and after that, import the 'MobileMedieaFramework.framework' file as an embedded framework, on the General Settings of your project (See the image below).
General Information
The following link contains useful information related with the RidgeRun's Mobile Framework and the iOS development in general:
- Apple Developer: The Apple's official documentation for Mac OS and iOS developers.
- Introduction to Framework Programming Guide
- Getting Started with Bonjour and iOS: RidgeRun guide for working with Bonjour and iOS.