Reputation: 58087
Is there a way to prevent the iPad from sleeping while my app runs? I am making a kiosk app that needs to not auto sleep.
Upvotes: 2
Views: 1652
Reputation: 8637
[[UIApplication sharedApplication] setIdleTimerDisabled:YES]
Upvotes: 9
Reputation: 185681
You want the UIApplication.idleTimerDisabled property.
UIApplication.idleTimerDisabled