3

DeviceInformationiOS デバイスでコマンドを実行したい。これまでのところ、デバイスに mdm ペイロードがインストールされた構成プロファイルがあります。

デバイスでこのコマンドを実行し、属性を mdm サーバーに戻すには、どのような手順が必要ですか?

目的は、ユーザーの操作なしでこれを行うことです。

4

1 に答える 1

2

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.

于 2012-01-14T15:59:20.470 に答える