How to change idle timer delay time in iOS -


is there way change time after idle timer dim sceen? set in app, instance 5 seconds of no user interaction.

the "idle timer" invokes lock screen not configurable within application. users' discretion how time set lock screen kick in. can acquire hacks invoke using private apis apple wouldn't that.

there ways disable idle timer of course:

[[uiapplication sharedapplication] setidletimerdisabled:yes]; 

note


important: should set property if necessary , should sure reset no when need no longer exists. apps should let system turn off screen when idle timer elapses. includes audio apps. appropriate use of audio session services, playback , recording proceed uninterrupted when screen turns off. apps should disable idle timer mapping apps, games, or similar programs sporadic user interaction.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -