On Wednesday, August 7, 2013 12:48:15 PM UTC+2, jbc wrote: > > ¿how is it possible to do a background app?
Hi, in general your application will be suspended when you go into the home screen. If you want to use background services there are 2 options: 1. Use the alarms API to wake up your application every X time and then do updates 2. Use SimplePush API to wake up your application whenever there is something new (supported from v1.1) It's not possible to create background services that run continiously at the moment. _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
