10-12-2011 11:45 AM
Hi all
I want to know is there any way to delete my messages from the global message list when ever my application crashes.
When ever my application crashes and when i click on my messages generated through my application ,
as there is no reference for my application . it says starting myapp : null
i want to delete those messages which were in my app using my app i.e through code
please help!!
10-12-2011 11:56 AM
10-13-2011 03:29 AM
can you please explain it.. bcoz point is there any way i could delete those orphaned messages of my crashed which resides in the global message list when my applicatio restarts.
or could rebind my messages with my app when i restart my app.
Regards
RAkesh
10-13-2011 03:31 AM
10-13-2011 04:05 AM
hey thanks for help ..but the problem is messages are registered to my uiApplication ..which receives messages and put them in global message list .
i having a run time store to keep my messages but as message folder which i have registered with message registry is with my uiapplication.every time it crashes the messages in the global message list looses the reference and thus
there is no way to access . Even if i keep background app it can delete my messages from the run time store but it won't affect the global message lis.
So please tell what should i do.
regards
Rakesh Kumar
10-13-2011 04:13 AM
10-14-2011 06:27 AM
Actually what happens is it says dead process still active
it happens because I cannot unregister my app and a crash occurs.
So is there a way i can get rid of that dead process. or unregister the message app when my app starts next time.
10-14-2011 06:50 AM