Task Flow for Xcode IDE Development

Follow this task flow to develop a device application for iPhone.

Prerequisites
Before developing a device application, the developer must:
  1. Create mobile business object code. See Mobile Business Object Code.
  2. Import libraries and code into the Xcode IDE. See Importing Libraries and Code into the Xcode IDE.
  3. Develop a device application in the Xcode IDE.
    1. Create HTML reference information for the methods in your generated code. This will help you to programmatically bind to the iPhone Client Object API. See Generating HeaderDoc from Generated Code
    2. Configure your application to synchronize and retrieve data from a mobile business object. See Configuring an Application to Synchronize and Retrieve MBO Data.
    3. Reference your application to the Client Object API code that you generated for your mobile application project. SeeReferencing the iPhone Client Object API.
  4. Deploy your device application to devices in your enterprise. See Deploying Applications to Devices.