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
App wide setting for iOS applications.
Version | macOS | Windows | Linux | Server | iOS SDK |
7.4 / 11.1 | 🔶 4% | ❌ No | ❌ No | ❌ No | ✅ Yes |
Item | Details |
---|---|
iOSApp.ClearLastURL Clears last URL. | iOS 11.1 |
iOSApp.GetDidBecomeActiveEvaluate Queries the expression to be evaluated when app becomes active. | iOS 8.2 |
iOSApp.GetDidEnterBackgroundEvaluate Queries the expression to be evaluated when app goes to background. | iOS 7.4 |
iOSApp.GetDidOpenURLEvaluate Queries the expression. | iOS 11.1 |
iOSApp.GetDidReceiveMemoryWarningEvaluate Queries the expression to be evaluated when app gets a memory warning. | iOS 7.4 |
iOSApp.GetIdleTimerDisabled Queries whether the idle timer is disabled for the app. | iOS 10.1 |
iOSApp.GetSignificantTimeChangeEvaluate Queries the expression to be evaluated when time changes. | iOS 7.4 |
iOSApp.GetWillEnterForegroundEvaluate Queries the expression to be evaluated when app goes to background. | iOS 7.4 |
iOSApp.GetWillResignActiveEvaluate Queries the expression to be evaluated when the app is no longer active and loses focus. | iOS 8.2 |
iOSApp.InstallOpenURLHandler Install OpenURL handler. | iOS 11.1 |
iOSApp.IsOpenURLHandlerInstalled Returns whether OpenURL handler was installed. | iOS 11.1 |
iOSApp.LastURL Queries last URL we received. | iOS 11.1 |
iOSApp.ReadReceipt Reads and parses App Store receipt. | Mac/iOS 10.4 |
iOSApp.SetDidBecomeActiveEvaluate Sets the expression to be evaluated when app becomes active. | iOS 8.2 |
iOSApp.SetDidBecomeActiveScript Sets the script to be run when app becomes active. | iOS 8.2 |
iOSApp.SetDidEnterBackgroundEvaluate Sets the expression to be evaluated when app goes to background. | iOS 7.4 |
iOSApp.SetDidEnterBackgroundScript Queries the script to be run when app goes to background. | iOS 7.4 |
iOSApp.SetDidOpenURLEvaluate Sets the expression to be evaluated when the app received an URL request. | iOS 11.1 |
iOSApp.SetDidOpenURLScript Sets the script to be run when the app received an URL request. | iOS 11.1 |
iOSApp.SetDidReceiveMemoryWarningEvaluate Sets the expression to be evaluated when app gets a memory warning. | iOS 7.4 |
iOSApp.SetDidReceiveMemoryWarningScript Sets the script to be run when app gets a memory warning. | iOS 7.4 |
iOSApp.SetIdleTimerDisabled Sets whether the idle timer is disabled for the app. | iOS 10.1 |
iOSApp.SetSignificantTimeChangeEvaluate Sets the expression to be evaluated when time changes. | iOS 7.4 |
iOSApp.SetSignificantTimeChangeScript Sets the script to be run when time changes. | iOS 7.4 |
iOSApp.SetWillEnterForegroundEvaluate Sets the expression to be evaluated when comes back to foreground. | iOS 7.4 |
iOSApp.SetWillEnterForegroundScript Sets the script to be run when comes back to foreground. | iOS 7.4 |
iOSApp.SetWillResignActiveEvaluate Sets the expression to be evaluated when the app is no longer active and loses focus. | iOS 8.2 |
iOSApp.SetWillResignActiveScript Sets the script to be run when the app is no longer active and loses focus. | iOS 8.2 |
28 functions shown.
Feedback: Report problem or ask question.