Sets the identifier for the current application.
Set the application identifer before calling startConnection or registerApplication.
public void setApplicationIdentifier(java.lang.String value, java.lang.String signerId)
// Initialize Application settings Application app = Application.getInstance(); // The identifier has to match the application ID deployed to the SUP server //The signerId is the name of the sign key file app.setApplicationIdentifier("SUP101", “suptest”);