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