Quote:
Originally Posted by jeff_lamarche
If you're compiling for Release or Ad Hoc, make sure you have specified your "Code Signing Entitlement" to a property list in your Resources folder. That plist should have one node called "get-task-allow", which should be a Boolean set to NO (unchecked).
|
Now this is an interesting one… When I made my ad-hoc distribution I did exactly this (as directed in Apple’s guide) but for app store distribution the guide says something like “skip this step and go to 12.” And that’s what I did.
So do I also need the Entitlements.plist for app store distribution builds after all??