Hi Quinn and others, I'm trying to add a Provision Profile for an existing Mac App Store application (without using Xcode) and I'm having some troubles.
I've determined that the Entitlements in the Profile must match the entitlements used when signing the application.
Question 1
I do not seem able to add any "App Sandbox" entitlements to the identifier via the online system.
https://developer.apple.com/account/resources/identifiers/bundleId/edit/PK866636VQ
Can someone please point me in the right direction or explain what I am missing?
Question 2
Now that I am able to read provision profiles, I assume that if I reverse the process I can create them (and thus ensure the entitlements matches my application).
However I of course can't create a signed profile using Apple's certificates only my developer certificates that I rent from Apple. I assume that the profile must be signed by "Mac OS X Provisioning Profile Signing", in order to be accepted by the Mac App Store (and various code signing services).
Question 3
Is there an API I can use to submit my application's entitlements to the Apple service and then download a provision profile?