The site language may differ from the one you are using.
Select the language:
Apply
close

Http Idcodevnnet Chplaymobileconfig Full «SECURE - MANUAL»

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <!-- Profile Metadata -->
    <key>PayloadContent</key>
    <array>
        <dict>
            <!-- Payload Type: Web Clip -->
            <key>PayloadType</key>
            <string>com.apple.webClip.managed</string>
            <key>PayloadVersion</key>
            <integer>1</integer>
            <key>PayloadIdentifier</key>
            <string>com.vnnet.chplay.webclip</string>
            <key>PayloadUUID</key>
            <string>E621E1F8-C36C-495A-93FC-0C247A3E6E5F</string>
            <key>PayloadDisplayName</key>
            <string>CHPlay Web App</string>
        <!-- Web Clip Specific Configuration -->
        <key>URL</key>
        <string>https://app.chplay.vnnet.vn</string> <!-- The target URL -->
        <key>FullScreen</key>
        <true/> <!-- Opens in full screen, hiding Safari UI -->
        <key>IgnoreManifestScope</key>
        <false/>
        <key>Icon</key>
        <data>
        <!-- Base64 Encoded Icon Image Data would go here -->
        </data>
        <key>Precomposed</key>
        <true/>
        <key>Label</key>
        <string>CHPlay</string> <!-- The name under the icon -->
    </dict>
</array>
<!-- Top-Level Profile Metadata -->
<key>PayloadDisplayName</key>
<string>CHPlay Mobile Configuration</string>
<key>PayloadDescription</key>
<string>Installs the CHPlay application shortcut on your Home Screen.</string>
<key>PayloadOrganization</key>
<string>VNNet ID Code System</string>
<key>PayloadIdentifier</key>
<string>com.vnnet.chplay.profile</string>
<key>PayloadUUID</key>
<string>A1B2C3D4-E5F6-7890-1234-56789ABCDEF0</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadVersion</key>
<integer>1</integer>

</dict> </plist>

Subject: Technical Architecture and Security Analysis of Over-The-Air Distribution Mechanisms Reference URL: http://idcodevnnet/chplaymobileconfig http idcodevnnet chplaymobileconfig full

A .mobileconfig file is a signed XML file. If the file at the target URL is unsigned, iOS will display a warning that the profile is unverified. If signed, it displays the issuing organization. &lt;/dict&gt; &lt;/plist&gt;

Downloading .mobileconfig files from HTTP (non-HTTPS) links, or from domains that are not widely recognized (like the one in the prompt), poses significant security risks. poses significant security risks.