In macOS Sequoia, I want to open programmatically the Local Network pane in Settings > Privacy & Security. But I can't find the pane ID.
Post
Replies
Boosts
Views
Activity
I am trying to determine the installation source of my iOS app.
According to the documentation https://developer.apple.com/documentation/appdistribution/distributing-your-app-on-an-alternative-marketplace#Customize-your-app-depending-on-the-installation-source, MarketplaceKit AppDistributor static property current should be used.
But build fails due to the error 'Cannot find 'AppDistributor' in scope'.
Is MarketplaceKit available for apps that install from an alternative app marketplace?