disable sleep :
UIApplication *thisApp = [UIApplication sharedApplication];
thisApp.idleTimerDisabled = YES;
enable sleep :
UIApplication *thisApp = [UIApplication sharedApplication];
thisApp.idleTimerDisabled = NO;
UIApplication *thisApp = [UIApplication sharedApplication];
thisApp.idleTimerDisabled = YES;
enable sleep :
UIApplication *thisApp = [UIApplication sharedApplication];
thisApp.idleTimerDisabled = NO;
thank you
ReplyDelete