Providing a URL Scheme Using a Third-party App

Jamf Pro Documentation 11.16.0

Solution
Application
Content Type
Technical Documentation
Utilities & Services
version
11.16.0
ft:locale
en-US
vrm_version
11.16.0

You can provide a URL scheme to your users using a third-party app. To configure this, add the following code snippet to the app and replace the example URL with your URL scheme: 

Let URLString = “selfserviceios://appInstall?apps=listOfApps"
if let url = URL(string: URLString) { if UIApplication.shared.canOpenURL(url) { UIApplication.shared.open(url, options: [:], completionHandler: nil) }
}

If you have the Microsoft Endpoint Manager integration enabled, you can direct your users to the Register with Microsoft object in Self Service 10.10.5 or later using the following URL scheme:

selfserviceios://registerdc