Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

BobHail

macrumors 6502a
Original poster
May 15, 2009
619
0
I´ve noticed that basically anything isn´t multitasking yet. I don´t get back exactly where I was. Basically the apps will just load again from the beginning. :confused:
 
Most apps aren't allowed to multitask. Apps will have to be updated for fast app switching which appears to the user like multitasking.
 
I´ve noticed that basically anything isn´t multitasking yet. I don´t get back exactly where I was. Basically the apps will just load again from the beginning. :confused:

They just have to be recompiled with the 4.0 SDK. No actual other work needs to be done. They'll be showing up in increasing numbers here soon, I imagine.
 
They just have to be recompiled with the 4.0 SDK. No actual other work needs to be done. They'll be showing up in increasing numbers here soon, I imagine.

I thought the FAS API had to be added in the code? If that were the case then why can't Apple just automatically recompile all the apps with the 4.0 SDK?
 
They just have to be recompiled with the 4.0 SDK. No actual other work needs to be done. They'll be showing up in increasing numbers here soon, I imagine.

That's what one would assume. I, however, beg to differ that many will be showing up "soon"
 
They just have to be recompiled with the 4.0 SDK. No actual other work needs to be done. They'll be showing up in increasing numbers here soon, I imagine.

If you're using timers then the guideline is to stop them whilst the App is in the background.

In my own App I use an NSTimer to update a 'searching' animation; I specifically need to stop the timer whilst in the background to avoid skipped frames -- and a visual glitch on entering the foreground. I hypothesize that one (or more) draw request(s) are able to be queued up when transitioning to background or foreground, but have not investigated it more deeply.

I also found that a synchronize call was needed to ensure that NSPreferences were stored to permanent storage.

Your mileage may vary ;)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.