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

aston

macrumors newbie
Original poster
Apr 27, 2009
3
0
Hi!
I have small app that mix a sounds and when screensaver starts it plays only one. I use AVAudioPlayer.
Thanks
 

Jeremy1026

macrumors 68020
Nov 3, 2007
2,215
1,029
Hi!
I have small app that mix a sounds and when screensaver starts it plays only one. I use AVAudioPlayer.
Thanks

If you mean when the phone auto-locks, to disable is just do

Code:
	UIApplication *thisApp = [UIApplication sharedApplication];
	thisApp.idleTimerDisabled = YES;
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.