The bad: I cannot find the "Do you need additional entitlements?” page.
Explanation: on approval, Apple sent an email with instructions. The first step is to generate a provisioning profile:
However, I never get presented the "Do you need additional entitlements" question(!)To use this special entitlement you must create a new provisioning profile in the Certificates, Identifiers & Profiles section of your developer account and select the entitlement after the “Do you need additional entitlements?” page.
What I did:
log in at developer account
go to section "Certificates, Identifiers & Profiles"
click "generate a profile" (I had no previous profiles, I am still in development)
choose "macOS App Development"
select the appropriate Profile Type (mac) App id (myAppID)
select (all) my development certificate
select (all) my devices
enter a Provisioning Profile Name
Please note that I am new to this. I have not have previous experience with provisioning profiles as I have not published an app before. Please be specific in a solution on how to if this. I would prefer to be pointed to some "step by step" instruction if possible.
Help is much appreciated!
PS: I have also tried several other options available in the provisioning section, to no avail (and there are way too many permutations possible to figure out which needle in the haystack I am supposed to find). I read the instructions apple points to, but these all deal with issues *after* having concluded the first step.