Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Install Native App Environment

  1. Install and start the uMobile server.
  2. Install and configure the iPhone and / or Android SDKs. Mac OSX Snow Leopard or greater required for iPhone.
  3. Install Titanium Studio.

Install Custom

...

SDK

uMobile requires a custom Titanium SDK.  To install the SDK:

  1. Clone the uMobile native app project from Github (or make your own fork on Github.com and clone that).

    No Format
    git clone git@github.com:Jasig/titanium_mobile.git
  2. Build the SDK

    No Format
    cd titanium_mobile
    scons
  3. Unpack newly-generated SDK zip from titanium_mobile/dist/mobilesdk-x.x.x-os.zip to your Titanium Mobile SDK directory (on Mac OS, ~/Library/Application Support/Titanium/mobilesdk/osx/)
  4. The new SDK should be available to select from within Titanium Studio to build your project.

Troubleshooting

...

  1. From Titanium Studio, Select Help -> Install Titanium SDK from URL...

    Image Added

  2. Enter the URL http://downloads.jasig.org/umobile/uMobile-1.1.0-RC1/mobilesdk-1.8.2-umobile-osx.zip in the dialog.  (Note: this SDK is OSX-specific.  Windows and Linux SDK versions are in progress)

    Image Added

Helpful Resources