Answers to the queries inline: 1. Is there a way to extract the existing entitlements.plist from the .ipa? I unzipped it and looked around but didn't see it. I've not had to deal with the entitlements.plist directly before so it would be nice to see one that is pertinent to the application I just created. The Entitlements.plist is not available directly inside the package, it is packaged inside the binary. So, it can't be read directly, however, you might try the tools such as grep to get the contents. 2. If this works, are there plans to add a new target to ADT to package the app for enterprise app distribution so that this key isn't added? We are looking into the issue and would be providing a solution around it. 3. To date, other than ANEs and certificates, I've done all my development on a Windows machine using IntelliJ IDEA and ANT for all my official builds. Is there a way to do your steps on a windows machine? If this works and ADT doesn't add a new target any time soon, I would love to automate this step. Since codesigning tools are not available on Windows, this could be done on Mac OSX for now.
... View more