您可使用第三方App以提供URL配置。使用者提供若要進行此配置,請將下列程式碼片段新增至應用程式,並以您的URL配置取代範例 URL。
Let URLString = “selfserviceios://appInstall?apps=listOfApps"
if let url = URL(string: URLString) { if UIApplication.shared.canOpenURL(url) { UIApplication.shared.open(url, options: [:], completionHandler: nil) }
}
若已啟用Microsoft Endpoint Manager整合,您就可以使用下列URL配置,引導使用者至Self Service 10.10.5或更新版本的Register with Microsoft物件:
selfserviceios://registerdc