Finally, I stumbled on a stackoverflow conversation. Without further ado...
Add the following line to your didFinishLaunchingWithOptions in AppDelegate:
[UIApplication sharedApplication].idleTimerDisabled = YES;
Notes-to-self and other scattered ramblings about writing code and drinking lots of coffee.
[UIApplication sharedApplication].idleTimerDisabled = YES;
No comments:
Post a Comment