background
I want to know whether an installed app has added the "Removable" option that value is true
reference
We used InstallApplicationCommand with the Removable option to install the app to a managed device.
Question matters
I checked the following items, but no items could be obtained.
- https://developer.apple.com/documentation/devicemanagement/installedapplicationlistresponse?language=objc
- https://developer.apple.com/documentation/devicemanagement/installedapplicationlistresponse/installedapplicationlistitem?language=objc
Is there any other way to determine whether an app installed on a device is removable?