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
Component: iOSApp
App wide setting for iOS applications.
| Item | Details |
|---|---|
| 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.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.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.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 |
21 functions.
Release notes
- Version 10.4
- Added iOSApp.ReadReceipt function to read iOS and Mac App Store receipts.
- Version 10.2
- Changed iOSApp functions to store setting in preferences, so they are restored when app is killed and restarted.
- Version 10.1
- Added iOSApp.SetIdleTimerDisabled and iOSApp.GetIdleTimerDisabled to disable sleep on iOS.
- Version 8.2
- Added iOSApp.GetDidBecomeActiveEvaluate, iOSApp.GetWillResignActiveEvaluate, iOSApp.SetDidBecomeActiveEvaluate, iOSApp.SetDidBecomeActiveScript, iOSApp.SetWillResignActiveEvaluate and iOSApp.SetWillResignActiveScript for iOS to run script when screen goes to sleep.
Blog Entries
- MBS FileMaker Plugin, version 10.2pr1
- 5000 Functions in MBS Plugin
- MBS FileMaker Plugin, version 7.4pr8
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins