How to re-enable the idle timer in ios once it has been disabled (to allow the display to sleep again)?
- by lindon fox
I have figured out how to stop an iOS device from going to sleep (see below), but I am having troubles undoing that setting. According to the Apple Documentation, it should just be changing the value of the idleTimerDisabled property. But when I test this, it does not work.
This is how I am initially stopping the device from going to sleep:
…