DeviceInformation
iOS デバイスでコマンドを実行したい。これまでのところ、デバイスに mdm ペイロードがインストールされた構成プロファイルがあります。
デバイスでこのコマンドを実行し、属性を mdm サーバーに戻すには、どのような手順が必要ですか?
目的は、ユーザーの操作なしでこれを行うことです。
DeviceInformation
iOS デバイスでコマンドを実行したい。これまでのところ、デバイスに mdm ペイロードがインストールされた構成プロファイルがあります。
デバイスでこのコマンドを実行し、属性を mdm サーバーに戻すには、どのような手順が必要ですか?
目的は、ユーザーの操作なしでこれを行うことです。
If the device is registered with your MDM system, the steps are 1. ping the device using APNS, 2. the device requests your check-in URL, 3. in response, you give it the DeviceInformation command, 4. the device checks back in with the response to the DeviceInformation command.