简体   繁体   中英

Application idle Timer disable not working

Application idle timer disable is not working properly after record video from the application. I put below code in my application did finish launching. please suggest me if any one have idea to handle idle timer.

[[UIApplication sharedApplication] setIdleTimerDisabled: YES];

In the past there have been some bugs in iOS, in which it forgets that you have set idleTimerDisabled , for example after you have used the UIImagePickerController to take a picture. I am not sure whether Apple has fixed those bugs completely yet.

A work-around is to set it more often, for example in the viewWillAppear of your main view.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM