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 Generating Objective-C Object API Code.
  2. Import libraries and code into the Xcode IDE. See Importing Libraries and Code in 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. See Referencing the iOS Client Object API.
  4. Prepare your applications for deployment to the enterprise. See Preparing Applications for Deployment to the Enterprise.
Related concepts
Using Object API to Develop a Device Application
Related tasks
Importing Libraries and Code in the Xcode IDE
Related reference
Developing Applications in the Xcode IDE