Question
Air 3.0 multitask features for ios
Hi,
My app needs to update it's status to my server, when it goes to background.
Currently I'm using Air 2.7, and do a curl by listenning deactivate.
It works fine on Android, but can not finish the curl on ios after home button is pushed(the event is fired, but the curl seems never be executed).
Is there any way can do this job on ios? How about air 3.0 multitask features for ios?