Re: Scheduling iOS tasks

2012-02-16 Thread Mike Kerner
Hey Mark, There are two problems with push: 1) Push messages are limited to 256 bytes, and if the app is not running, the app doesn't do anything. The user is notified, and if the user chooses, s/he can launch the app, and then the app can do something (which is really clunky on the other apps tha

Re: Scheduling iOS tasks

2012-02-16 Thread Mike Kerner
I have, and now that LC is going to support Push and Local Notifications, I am chomping to put them into action along with some background processing. After reading through the Push API's last night, it looks like for the moment I'm going to have to roll my own Push server. It would be great if LC

Re: Scheduling iOS tasks

2012-02-16 Thread Mark Schonewille
Hi, Push notifications would solve this problem, theoretically. Unfortunately, I'm not sure how LiveCode apps would handle push notifications, because LiveCode apps on iOS always shut down completely. They simply don't run in the background. I wonder if it were possible to start a LiveCode app

Re: Scheduling iOS tasks

2012-02-16 Thread Richard Gaskin
Mike Kerner wrote: Is there a way to schedule LC-built iOS apps to do something in the background occasionally? Unlike most OSes, iOS has such a strong priority for battery life that the definition of "multitasking" is a bit different than what you may be used to, amounting in most cases to s

Re: Scheduling iOS tasks

2012-02-16 Thread Mark Schonewille
Hi Mike, As far as I know, LC apps don't run in the background on iOS. I'd think this is currently impossible. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Do

Scheduling iOS tasks

2012-02-16 Thread Mike Kerner
Is there a way to schedule LC-built iOS apps to do something in the background occasionally? -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And God sai