Task Flow for Xcode IDE Development

Follow this task flow to develop a device application.

Prerequisites
Before developing a device application, the developer must:
Task
  1. Create mobile business object generated 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 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 iOS Client Object API.
  4. Deploy your device application to devices in your enterprise. See Deploying Applications to Devices.
Related concepts
Mobile Business Object Code
Deploying Applications to Devices
Related tasks
Importing Libraries and Code into the Xcode IDE
Related reference
Developing Applications in the Xcode IDE