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.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
Statistic
FMM
Blog
iOSApp.InstallOpenURLHandler
Install OpenURL handler.
Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
iOSApp | 11.1 | ❌ No | ❌ No | ❌ No | ❌ No | ✅ Yes |
Parameters
none
Result
Returns OK or error.
Description
Install OpenURL handler.Once installed, the MBS Plugin will be notified about new Open URL requests sent to your iOS application.
We can trigger a script or evaluate an expression. We always store the URL for query via iOSApp.LastURL function.
Examples
Installs URL open handler:
Set Variable [ $r ; Value: MBS("iOSApp.InstallOpenURLHandler") ]
Set Variable [ $r ; Value: MBS("iOSApp.SetDidOpenURLScript"; Get(FileName); "URLArrived") ]
See also
- iOSApp.IsOpenURLHandlerInstalled
- iOSApp.LastURL
- iOSApp.SetDidOpenURLEvaluate
- iOSApp.SetDidOpenURLScript
Release notes
- Version 11.1
- Added functions for iOS applications to catch URL requests: iOSApp.InstallOpenURLHandler, iOSApp.LastURL, iOSApp.SetDidOpenURLEvaluate and iOSApp.SetDidOpenURLScript.
Created 27th January 2021, last changed 27th January 2021
iOSApp.GetWillResignActiveEvaluate - iOSApp.IsOpenURLHandlerInstalled
Feedback: Report problem or ask question.

Links
MBS FileMaker tutorial videos