I was trying to find out how to disable locking iphone while my app is running but I wasn´t succesful. Do you know if it is even possible? My app is reading values from some hardware in real time and it is really annoying when display is locking all the time. I am not talking about running app in the background... Thank you guys!
Disable the idleTimer on UIApplication:
[UIApplication sharedApplication].idleTimerDisabled = YES;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With