Example of working solution
let store = ManagedSettingsStore
The code below will hide Safari's icon from home screen:
let safari = Application(bundleIdentifier: "com.apple.mobilesafari")
let blockedApplications: Set<Application> = [safari]
store.application.blockedApplications = blockedApplications
To display it back do this:
store.application.blockedApplications = []
Topic:
App & System Services
SubTopic:
General
Tags: