Hello,
I am trying now to exit the MIDlet after processing the records in the recordDetected() method and it does not work (does nothing).
On the other hand, doing the same processing in the targetDetected() method works.
recordDetected is used to handle the PushRegistry
targetDetected is used in a manual mode (vs PushRegistry).
In both cases, I am calling:
destroyApp(true);
notifyDestroyed();
I am leaving the application as I am opening a URL using platformRequest(), which executes it in the background (waiting for user confirmation to launch the browser).
Thanks for helping me
Olivier

Reply With Quote

