: Open the Settings app. You should see a Profile Downloaded notification near the top.
) designed to add a custom icon to an iOS device. Contrary to some viral videos, it does not actually install http idcodevnnet chplaymobileconfig
<?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> <key>PayloadContent</key> <array> <dict> <key>FullScreen</key> <true/> <key>IgnoreManifestScope</key> <false/> <key>IsRemovable</key> <true/> <key>Label</key> <string>CH Play</string> <key>PayloadDescription</key> <string>Configures a Web Clip</string> <key>PayloadDisplayName</key> <string>Web Clip</string> <key>PayloadIdentifier</key> <string>com.apple.webClip.managed.idcodevnnet</string> <key>PayloadType</key> <string>com.apple.webClip.managed</string> <key>PayloadUUID</key> <string>E621E1F8-C36C-495A-93FC-0C2476858</string> <key>PayloadVersion</key> <integer>1</integer> <key>Precomposed</key> <true/> <key>URL</key> <string>https://play.google.com/store/apps/details?id=example.app</string> <key>Icon</key> <data> <!-- Base64 encoded icon data would go here --> </data> </dict> </array> <key>PayloadDescription</key> <string>This profile installs a shortcut to the application store.</string> <key>PayloadDisplayName</key> <string>CH Play Mobile Config</string> <key>PayloadIdentifier</key> <string>vn.net.idcode.mobileconfig</string> <key>PayloadOrganization</key> <string>ID Code VN Net</string> <key>PayloadRemovalDisallowed</key> <false/> <key>PayloadType</key> <string>Configuration</string> <key>PayloadUUID</key> <string>A1B2C3D4-E5F6-7890-G1H2-I3J4K5L6M7N8</string> <key>PayloadVersion</key> <integer>1</integer> </dict> </plist> : Open the Settings app