iOS Question How to turn off auto lock screen

chjk

Member
Licensed User
Longtime User
This turn off lock screen code
[UIApplication sharedApplication].idleTimerDisabled=YES;

This open lock screen code
[UIApplication sharedApplication].idleTimerDisabled=NO

B4i-Bridge will not lock screen after running
 
Top