Re: multitasking
Re: multitasking
- Subject: Re: multitasking
- From: Sanoj Nambi <email@hidden>
- Date: Fri, 5 Nov 2010 08:02:42 -0500
Hey,
Memory is not just a concern for me.My app allows users to email an audio file as an attachment. I suspect that the in-app mail API has some bug.The in-app mail API method reads the entire file into memory and it keeps accumulating it in one session and after reaching a point it crashes.
So I was planning to quit the app forcefully after user shares the file.
Regards,
Sanoj
On Thu, Nov 4, 2010 at 5:25 PM, David Duncan
<email@hidden> wrote:
A better question might be why do you feel that you should terminate your application in the first place? Just because it uses a lot of memory doesn't necessarily mean that it needs to terminate in the first place.
Since you say it uses so much memory, there is a really good chance that if you follow the multitasking guidelines that when memory is tight your application will be killed anyway. And when memory isn't tight, the user will be able to come back to your application right where you left off. Seems win-win to me.
On Nov 4, 2010, at 2:24 PM, Sanoj Nambi wrote:
> Will apple reject the app if I stop multitasking? because I read in few forums that they do.
>,
> On Fri, Nov 5, 2010 at 7:04 AM, Sanoj Nambi <
email@hidden> wrote:
> Hey all,
> I am creating an application which consumes lot of memory and I want kill the app when user hits the Home button.Is there a way to disable the multitasking through code.
--
David Duncan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden