2012년 7월 10일 화요일

[iOS] InstalledApplicationList Command 요청 결과

InstalledApplicationList 커맨드를 이용하여 기기에 설치된 앱들의 정보를 알 수 있다. 기본 앱은 제외된다.iOS 디바이스의 응답은 다음과 같다.

Device Response

<plist version="1.0">
    <dict>
        <key>CommandUUID</key>
        <string>1a3cbacc-38f0-4dcd-a05f-f5ec7d1b8107</string>
        <key>InstalledApplicationList</key>
        <array>
            <dict>
                <key>BundleSize</key>
                <integer>27353088</integer>
                <key>DynamicSize</key>
                <integer>16384</integer>
                <key>Identifier</key>
                <string>com.google.chrome.ios</string>
                <key>Name</key>
                <string>Chrome</string>
                <key>ShortVersion</key>
                <string>19.1084.60</string>
                <key>Version</key>
                <string>19.0.1084.60</string>
            </dict>
        </array>
        <key>Status</key>
        <string>Acknowledged</string>
        <key>UDID</key>
        <string>[[UDID]]</string>
    </dict>
</plist>

댓글 없음:

댓글 쓰기