add App Store to restricted software
add App Store to restricted software
This is the way, along with all applications that prompt for AppleID sign-ins like Mail and Messages. Apple is woefully inept at managing appleIDs, you either leave it alone or totally block it entirely.
I am using configuration profile with Application & Custom settings payload.
Domain: com.apple.appstore
<?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>restrict-store-softwareupdate-only</key>
<true/>
<key>restrict-store-disable-app-adoption</key>
<true/>
<key>DisableSoftwareUpdateNotifications</key>
<false/>
</dict>
</plist>