- (void)applicationDidFinishLaunching:(UIApplication *)application {
application.idleTimerDisabled = YES;
} Maybe will be a good idea to create some settings to disable this functionality as it can drain the users battery very quickly ... especially if you are using some WiFi or GPS in the same time.
