Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Example Application

Michael Arthur edited this page Aug 13, 2014 · 2 revisions

Quick Start: The Sample App

ObjectiveDDP ships with a todo application (of course) that illustrates much about how ObjectiveDDP helps a native iOS app interact with a Meteor server. To run it:

  • Clone this repo and navigate to the Example app:

    • git clone git@github.com:boundsj/ObjectiveDDP.git
    • cd Example/ (Note if you want to work with swift go to Example/swiftExample)
  • Get the ObjectiveDDP cocoapod: (if you don't already have cocoapods, [get it])

    • pod install
  • Open the Example app in xcode:

    • open Example.xcworkspace
  • Build and run the app in the simluator with the run command: ⌘R

Todo App Screenshots: alt text

NOTE: The app connects to a meteor server http://ddptester.meteor.com and has a hardcoded user name.

Clone this wiki locally