I was wondering what happens to the app when i press the home button
does it keeps running in the background?
what messages it sends when i click on the app again?
thanks
App messages while in background
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: App messages while in background
Livecode App completely close when you go "home" or you switch to another App ("UIApplicationExitsOnSuspend" in the App Settings.pList is "true").
You can try to modify the different pList (inside Livecode you will find one for each version of iOS) to set the "key" to "false" BUT is NOT supported/encouraged by RunRev and can create problems (although I have done this many times without any problem).
If you want to catch the iOS messages ... there is a Monte mergExt external for that: "mergBgTask"
Guglielmo
You can try to modify the different pList (inside Livecode you will find one for each version of iOS) to set the "key" to "false" BUT is NOT supported/encouraged by RunRev and can create problems (although I have done this many times without any problem).
If you want to catch the iOS messages ... there is a Monte mergExt external for that: "mergBgTask"
Guglielmo
Re: App messages while in background
Can you elaborate on the sort of problems it can create?
thanks
thanks
Re: App messages while in background
... never understood well 
I think there are problems when using "wait" statement, but really not clear.
If you do some search on the forum, probably you will find few threads speaking about iOS background tasks
Guglielmo

I think there are problems when using "wait" statement, but really not clear.
If you do some search on the forum, probably you will find few threads speaking about iOS background tasks

Guglielmo
Re: App messages while in background
Thankyou Guglielmo
I think am gonna buy the MergExt suite of externals
they look very usefull
I think am gonna buy the MergExt suite of externals
they look very usefull
Re: App messages while in background
Totally agree with you ...Pistris wrote: I think am gonna buy the MergExt suite of externals
they look very useful
... I used/use it with satisfaction for several years

Guglielmo