Offloaded Apps not restricted on allowListedAppBundleIDs

We have sent the payload for restricting all the apps except Youtube and MEMDM app . Payload is listed below. The Problem is we are restricted all the apps except the apps that were offloaded before . the icon of the offloaded apps appears in the homescreen. Attached the Screenshot for the above offloaded icons with multiapp kiosk enabled

Is this the expected behaviour? Or anything am i missing. Can anyone help me with this?

Payload Sent to the Device :->

<?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>PayloadVersion</key>
	<integer>1</integer>
	<key>PayloadUUID</key>
	<string>------------</string>
	<key>PayloadType</key>
	<string>Configuration</string>
	<key>PayloadOrganization</key>
	<string>-----</string>
	<key>PayloadIdentifier</key>
	<string>----------------</string>
	<key>PayloadDisplayName</key>
	<string>MultiApp Kiosk</string>
	<key>PayloadRemovalDisallowed</key>
	<true/>
	<key>PayloadContent</key>
	<array>
		<dict>
			<key>PayloadVersion</key>
			<integer>1</integer>
			<key>PayloadUUID</key>
			<string>----------------</string>
			<key>PayloadType</key>
			<string>com.apple.applicationaccess</string>
			<key>PayloadOrganization</key>
			<string>MDM</string>
			<key>PayloadIdentifier</key>
			<string>---------------</string>
			<key>PayloadDisplayName</key>
			<string>AppLock Whitelist Policy</string>
			<key>whitelistedAppBundleIDs</key>
			<array>
				<string>com.google.ios.youtube</string>
				<string>com.manageengine.mdm.iosagent</string>
				<string>com.apple.webapp</string>
			</array>
			<key>allowListedAppBundleIDs </key>
			<array>
				<string>com.google.ios.youtube</string>
				<string>com.manageengine.mdm.iosagent</string>
				<string>com.apple.webapp</string>
			</array>
		</dict>
	</array>
</dict>
</plist>

Offloaded Apps not restricted on allowListedAppBundleIDs
 
 
Q