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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
iOSApp.SetIdleTimerDisabled
Sets whether the idle timer is disabled for the app.
| Component | Version | macOS | Windows | Linux | Server | FileMaker 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
Blog Entries
Release notes
- Version 10.1
- Added iOSApp.SetIdleTimerDisabled and iOSApp.GetIdleTimerDisabled to disable sleep on iOS.
Created 17th January 2020, last changed 17th January 2020
iOSApp.SetDidReceiveMemoryWarningScript - iOSApp.SetSignificantTimeChangeEvaluate
Feedback: Report problem or ask question.
Links
MBS FileMaker blog