第三者機関の App を使用して URL スキームを提供する

Jamf Pro ドキュメント 11.28.0

Solution
Application
Content Type
テクニカル資料
Utilities & Services
version
11.28.0
ft:locale
ja-JP
vrm_version
11.28.0

サードパーティ App を使用して URL スキームをユーザに提供できます。これを構成するには、以下のコードスニペットを App に追加し、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