iOSApp.IsOpenURLHandlerInstalled
--------------------------------

Returns whether OpenURL handler was installed.

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

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

none

### Result

Returns 1, 0 or error.

### Description

Returns whether OpenURL handler was installed.  
Value is 1 if [iOSApp.InstallOpenURLHandler](iOSAppInstallOpenURLHandler.md) was called before.  
### See also

- [iOSApp.InstallOpenURLHandler](iOSAppInstallOpenURLHandler.md)

This function is free to use.

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

  
[iOSApp.InstallOpenURLHandler](iOSAppInstallOpenURLHandler.md) - [iOSApp.LastURL](iOSAppLastURL.md)

[HTML Version](iOSAppIsOpenURLHandlerInstalled.shtml)