Sets the identifier for the current application.
+(void)setApplicationIdentifier:(NSString*)value;
SUPApplication* app = [SUPApplication getInstance];
@try {
[app setApplicationIdentifier: @"SUP101"]; ( same as in SCC )
...
}
@catch (SUPPersistenceException * pe) {
NSLog(@"%@: %@", [pe name],[pe message]);
}