VMware Workspace ONE Community
joeburkel
Contributor
Contributor

Unable to block Shortcuts and Photo Booth apps.

We are able to block all the native iOS apps, with the exception of the Shortcuts and Photo Booth apps. In fact, we are unable to even add them in to a folder as a "plan b". Any ideas on how we can block these two?

Labels (1)
Tags (2)
0 Kudos
1 Reply
Adamfry
Enthusiast
Enthusiast

I block both those the same way I do other apps with a custom settings profile, this is mine.  The relevant ones for you are com.apple.shortcuts and com.apple.photo-booth

<dict>

        <key>blacklistedAppBundleIDs</key>

        <array>

          <string>com.apple.mobileme.fmf1</string>

<string>com.apple.mobileme.fmip1</string>

<string>com.apple.MobileStore</string>

<string>com.apple.videos</string>

<string>com.apple.Photo-Booth</string>

<string>com.mapswithme.full</string>

<string>com.apple.Wallet</string>

<string>com.apple.podcasts</string>

<string>com.apple.Home</string>

<string>com.apple.tv</string>

<string>com.google.Gmail</string>

<string>com.google.GoogleMobile</string>

<string>com.apple.mobilegarageband</string>

<string>com.apple.iMovie</string>

<string>com.apple.stocks</string>

<string>com.apple.Music</string>

<string>com.apple.DocumentsApp</string>

<string>is.workflow.my.app</string>

<string>com.apple.clips</string>

<string>com.apple.supportapp</string>

<string>pinterest</string>

<string>com.apple.findmy</string>

<string>com.apple.shortcuts</string>

<string>uk.co.bbc.iplayerradio</string>

        </array>

                <key>PayloadDisplayName</key>

        <string>Restrictions</string>

        <key>PayloadDescription</key>

        <string>RestrictionSettings</string>

        <key>PayloadIdentifier</key>

        <string>4313979d-13b4-424c-b902-c1da7ff0fb83.Restrictions</string>

        <key>PayloadOrganization</key>

        <string></string>

        <key>PayloadType</key>

        <string>com.apple.applicationaccess</string>

        <key>PayloadUUID</key>

        <string>21a3fd1c-6364-491e-92ca-e655a0a59b3b</string>

        <key>PayloadVersion</key>

        <integer>1</integer>

</dict>

0 Kudos