Subsequently Starting an Application

Subsequent start-ups are different from the first start-up.

Starting an application on subsequent occasions:
  1. Set up the SUPApplication instance with the required SUPConnectionProperties, including user credentials.
  2. Set up the connection profile properties if needed for database location and tuning parameters.
  3. Set up the synchronization profile properties if needed for SSL or a relay server.
  4. Start the application connection to the server.
[application startConnection];
Related reference
Application APIs