develop a alarm application

hi , i am developing a alarm application,there is a question that how can i make the application as a resident application,
when i return to the home it is always running.
[import]uid: 8280 topic_id: 1944 reply_id: 301944[/import]

anyone?

it looks like the Android Service… [import]uid: 8280 topic_id: 1944 reply_id: 5796[/import]

Don’t think you can yet. The first thing you need is this: http://developer.anscamobile.com/forum/2010/08/30/it-possible-set-uibackgroundmodes-plist

I think both of those actually work. Then you need to hook up to particular events and keep the UI from rendering. I haven’t seen any information about how to do that yet. [import]uid: 4899 topic_id: 1944 reply_id: 5827[/import]