Connecting to MobileFirst Server

By default, an application starts in offline mode. You can make it start in online mode or connect to MobileFirst Server later.

About this task

You can connect your application to MobileFirst Server either when it starts or at some time during its processing. You are responsible for maintaining the offline or online state within your application, and ensuring that your application can recover from failed attempts to connect to the server. For example, before the application logs in a new user or accesses the server under a new user, the application must ensure that the server received a successful logout.

Procedure