Planetary icon indicating copy to clipboard operation
Planetary copied to clipboard

look into optionally disabling screen sleep

Open RandomEtc opened this issue 14 years ago • 3 comments

For engadget who say "Doesn't keep the screen awake" http://www.engadget.com/2011/05/06/app-review-planetary-for-ipad/

http://forums.macrumors.com/showthread.php?t=918375 says:

    [[UIApplication sharedApplication] setIdleTimerDisabled:YES];

Worth a go? We should make this an option though.

RandomEtc avatar May 18 '11 04:05 RandomEtc

See also http://stackoverflow.com/questions/2221868/how-to-stop-mpmusicplayercontroller-from-enabling-screen-locking

Apparently the setIdleTimerDisabled call doesn't play well with the music player.

RandomEtc avatar Jul 19 '11 23:07 RandomEtc

Closing this, it's not going to make it into the next version.

RandomEtc avatar Sep 01 '11 18:09 RandomEtc

Re-opening this because it seems more important than I thought. I realize now that the app only stays awake for me because I'm always testing while connected to Xcode.

RandomEtc avatar Sep 12 '11 02:09 RandomEtc