Posts

Post not yet marked as solved
6 Replies
3.9k Views
Hi!Has anyone been able to set a WebClip via the new Home Screen Layout Payload (iOS 9.3)? Apps and folders are working great, but not WebClips.My device seems to process the MDM commands successfully, but there are no WebClips added afterwards. Neither on the Dock, nor on the pages. I also tested by first installing a WebClip and then specifiying it's URL in the homescreen payload. That made no differences.Examples: <key>Dock</key> <array> <dict> <key>Type</key> <string>WebClip</string> <key>URL</key> <string>http://www.example.org</string> </dict> <dict> <key>Type</key> <string>Application</string> <key>BundleID</key> <string>com.google.GoogleMobile</string> </dict> </array> <key>Pages</key> ... <dict> <key>Type</key> <string>WebClip</string> <key>URL</key> <string>https://news.ycombinator.com</string> </dict> </array> ...
Posted
by petarov.
Last updated
.