Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
iOSApp.InstallOpenURLHandler
Install OpenURL handler.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
iOSApp | 11.1 | ❌ No | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "iOSApp.InstallOpenURLHandler" )
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.
Blog Entries
- MBS FileMaker Plugin 11.1
- Neues MBS FileMaker Plugin 11.1
- MBS FileMaker Plugin 11.1
- MBS FileMaker Plugin, version 11.1pr1
This function checks for a license.
Created 27th January 2021, last changed 27th January 2021
iOSApp.GetWillResignActiveScript - iOSApp.IsOpenURLHandlerInstalled