We have an internal Jamf-backed "FooCo App Store" on our Macs. In our documentation, we refer to the FooCo App Store and would like to launch the app via a hyperlink.
I do see a registered protocol for "jamfconnect://". Can this be used to launch the store? If so, what are the parameters we can send via the jamfconnect protocol?
{
LSHandlerPreferredVersions = {
LSHandlerRoleAll = "-";
};
LSHandlerRoleAll = "com.jamf.connect";
LSHandlerURLScheme = jamfconnect;
},
If this isn't possible, where can I submit a suggestion for this feature?