1. About
    1. Welcome
    2. Project News
    3. Architecture
    4. Community Wiki
  2. Get Involved
    1. Get the Code
    2. Mailing Lists
    3. Contributing
  3. Virtual Device
    1. Building
    2. Running
  4. Server Components
    1. Install
    2. Configure
  5. Client — Android
    1. Build & Install
    2. Using
  6. Client — iOS
    1. Build & Install
  7. Wire Protocol
    1. Protocol Description
    2. Extend and Build

Building the App for iOS

Notice

The iOS client has not been updated since SVMP 1.4. It will not work with newer versions of other SVMP components.

Prerequisites

Build Steps

Checkout the SVMP client into a directory of your choice:

$ git clone https://github.com/SVMP/svmp-iOS-client.git

Download the submodules:

$ git submodule update --init

Open up the Xcode project at svmp-iOS-client/ios-example/Svmp-iOS-Client.xcodeproj.

Install

Click the Run button to launch the application on your iPhone or iPad.

The SVMP client will not work with the iOS simulator.