How to check whether I'm granted with Endpoint Security entitlement by Apple?

Hello, I'm requesting the Endpoint Security entitlement from Apple with an enterprise developer account. It's been 12 months since the request was submitted. I did not get any response from Apple. That's really a sad story.

I even don't know how to check whether I'm granted with the entitlement or not. I tried to create a provisioning profile from the developer site, but I did not find any options related to this entitlement, nor did I find com.apple.developer.endpoint-security.client in the provisioning profile.

security cms -D -i path_to_provisionprofile

According to https://developer.apple.com/forums/thread/125048, will the entitlement be automatically added when it was granted by Apple?

Fourth, the above is only relevant for testing. When you go to deploy, you must be granted the EndpointSecurity entitlement com.apple.developer.endpoint-security.client by Apple. That will whitelist the entitlement in your provisioning profile, at which point you’ll be able to run on standard user machines, those with SIP enabled.

Thanks very much.

BTW, is there any official way to talking with the team responsible for granting the entitlement? It's too looooooooong to get this entitlement!

I even don't know how to check whether I'm granted with the entitlement or not.

If your application is successful, the folks managing the approval process send you an email to that effect. However, on occasion such emails go missing [1]. You can check to see whether you have access as follows:

  1. Go to Developer > Account > Certificates, Identifiers & Profiles > Identifiers.

  2. At the top right, select the correct team.

  3. Click the add (+) button.

  4. Select App IDs and click Continue.

  5. Select App and click Continue.

  6. Look at the tabs available. You should see three: Capabilities, App Services, and Additional Capabilities. If you don’t see Additional Capabilities, you don’t have access.

  7. Select Additional Capabilities.

  8. Look for an Endpoint Security option. If you don’t see it, you don’t have access.

is there any official way to talking with the team responsible for granting the entitlement?

When you submitted your request you should have received an auto ACK email with a follow-up number. It’s a 9 digit number starting with a 7, so something like 79327xxxx. Did you get that?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

[1] There are two most common reasons for this:

  • The email gets caught in a junk mail filter.

  • The email goes to the email address associated with your team, and that yields a lot of scope for problems.

Also, I cannot find the email with the ACK number.

Please drop me a line via email (my address is in my signature).

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

How to check whether I'm granted with Endpoint Security entitlement by Apple?
 
 
Q