Is it possible to let Appery apps running in backgrond?
Hi,
Code: Select all
I'm writing an application that picks geographical positions and send it to a server using REST services. I would like to add a feature, so that if I suspend the application (using the home button), it continues running in background, sending geographical positions to the server. Is it possible to be done? Thank you very much.