Skip to Content
0
Feb 29, 2012 at 02:05 PM

Initially an Application Android sup 2.1

28 Views

Hi everybody,

I have a question about setApplicationIdentifier

app.setApplicationIdentifier("SUP101"): what does "SUP101" mean? is the MBO application or is anyname

the code is from devguide android object api

// Initialize Application settings

Application app = Application.getInstance();

// The identifier has to match the

// application ID deployed to the SUP server

app.setApplicationIdentifier("SUP101");

ApplicationCallback appCallback = new ApplicationCallback();

app.setApplicationCallback(appCallback); // optional

app.setApplicationContext(myAndroidContext); // required

// use the android.content.Context

// set connection properties, login credentials, etc

...

// Register the application

SUP101DB.setApplication(app);

I don't understand this part " The identifier has to match the application ID deployed to the SUP server", wich application ID