iOSApp.LastURL
--------------

Queries last URL we received.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [iOSApp](component_iOSApp.md) | [11.1](newinversion111.md) | ❌ No | ❌ No | ❌ No | ❌ No | ✅ Yes |

MBS( "iOSApp.LastURL" ) ### Parameters

none

### Result

Returns text or error.

### Description

Queries last URL we received.  
You need to call [iOSApp.InstallOpenURLHandler](iOSAppInstallOpenURLHandler.md) once to install the functionality.  
This may return whatever URL arrived, even if it is no fmp URL.  
  
You can call [iOSApp.ClearLastURL](iOSAppClearLastURL.md) to clear this value.  
### See also

- [iOSApp.ClearLastURL](iOSAppClearLastURL.md)
- [iOSApp.InstallOpenURLHandler](iOSAppInstallOpenURLHandler.md)

### Release notes

- **Version 11.1**
    - Added functions for iOS applications to catch URL requests: [iOSApp.InstallOpenURLHandler](https://www.mbsplugins.eu/iOSAppInstallOpenURLHandler.shtml), [iOSApp.LastURL](https://www.mbsplugins.eu/iOSAppLastURL.shtml), [iOSApp.SetDidOpenURLEvaluate](https://www.mbsplugins.eu/iOSAppSetDidOpenURLEvaluate.shtml) and [iOSApp.SetDidOpenURLScript](https://www.mbsplugins.eu/iOSAppSetDidOpenURLScript.shtml).

### Blog Entries

- [MBS FileMaker Plugin 11.1](https://www.mbsplugins.de/archive/2021-03-16/MBS_FileMaker_Plugin_111/monkeybreadsoftware_blog_filemaker)
- [MBS FileMaker Plugin, version 11.1pr1](https://www.mbsplugins.de/archive/2021-02-01/MBS_FileMaker_Plugin_version_1/monkeybreadsoftware_blog_filemaker)

This function checks for a license.

Created 27th January 2021 , last changed 31st January 2021

  
[iOSApp.IsOpenURLHandlerInstalled](iOSAppIsOpenURLHandlerInstalled.md) - [iOSApp.ReadReceipt](iOSAppReadReceipt.md)

[HTML Version](iOSAppLastURL.shtml)