Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

iOSApp.SetIdleTimerDisabled

Sets whether the idle timer is disabled for the app.

Component Version macOS Windows Linux Server iOS SDK
iOSApp 10.1 ❌ No ❌ No ❌ No ❌ No ✅ Yes
MBS( "iOSApp.SetIdleTimerDisabled"; Value )   More

Parameters

Parameter Description Example
Value The new value.
Pass 1 to disable idle sleep or pass 0 to enable.
1

Result

Returns OK or error.

Description

Sets whether the idle timer is disabled for the app.
The default value of this property is 0. When most apps have no touches as user input for a short period, the system puts the device into a "sleep” state where the screen dims. This is done for the purposes of conserving power. However, apps that don't have user input except for the accelerometer—games, for instance—can, by setting this property to 1, disable the “idle timer” to avert system sleep.

See also

Release notes

Blog Entries

Created 17th January 2020, last changed 17th January 2020


iOSApp.SetDidReceiveMemoryWarningScript - iOSApp.SetSignificantTimeChangeEvaluate

Feedback: Report problem or ask question.