Hi All,
I success to login and sync the MBO to the simulator for the first time I launch the Android simulator on the debugging mode, but I encounter a problem when the second time I launch the Android simulator (using the existing android simulator, not launch the new simulator), the process register the application again and stopped there. May I know how to solve the problem?
if (app.getRegistrationStatus() != RegistrationStatus.REGISTERED)
{
app.registerApplication(TIMEOUT); <-- process stopped here
}
else
{
app.startConnection(TIMEOUT);
}
Thank you in advance.
Regards
Choong
Please help.