Developing an iPhone Application

Goal: Generate Object API code for the iPhone platform, develop an iPhone device application with code, and test its functionality.

Prerequisites
Note: Xcode 3.2.3 + iOS 4 are NOT supported.

The device application communicates with the database mobile business objects that are deployed to Unwired Server.

  1. Open the SUP101 Mobile Application Project if it is not already open: In WorkSpace Navigator, right-click the SUP101 folder and select Open in Diagram Editor.
  2. Deploying the Database Mobile Business Objects
  3. Generating Object API Code for iPhone
  4. Setting up an iPhone Client Application in Xcode
  5. Registering the iPhone Simulator in Sybase Control Center
  6. Creating the SUPCallbackHandler File
  7. Adding the SubscribeController View Controller
  8. Adding the CustomerListController
  9. Adding the DetailController
  10. Deploying the Device Application