Hello anyone know how to stop the screen from automatically dimming after not receiving any user touches in cocos2d. Thanks that would be very helpful.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
add this in your appDelegate, this will prevent the device to sleep when the app is running. |
|||||||
|
In order to save battery, you should disable the idle timer only when necessary (i.e. when the user is playing but not when it's browsing the menus). So it's better to put this code in the
to your onExit function |
|||
|
|
|
The code above should work but try writing it differently like so:
|
|||
|
|