vote up 0 vote down star

do i need to sign my app with my distribution provisioning profile before submitting to app store? also tell me do i need to add entitlement as we do in ad hoc or simply build with app store distribution provision profile?

flag

78% accept rate

2 Answers

vote up 1 vote down check

do i need to sign my app with my distribution provisioning profile before submitting to app store?

Yes. You need to build the app with an iPhone Distribution Provisioning Profile associated with your distribution certificate. If you haven't already, you'll need to create a new Distribution Provisioning Profile that has its Distribution Method set to App Store.

do i need to add entitlement as we do in ad hoc or simply build with app store distribution provision profile?

Yes. Just like with Ad Hoc distribution, you need an entitilements.plist with the get-task-allow unchecked.

If you already have a configuration in Xcode for your Ad Hoc build, creating an App Store build configuration should be just a case of duplicating the As Hoc configuration and changing the code signing settings to use the App Store provisioning profile.

link|flag
ennuikiller has linked to the Apple docs for building apps for distribution. In there it says "For App Store Distribution, skip [the entitlements bit]". – adurdin Oct 6 at 9:58
vote up 0 vote down

yes please read this

link|flag
requires login. you should add that to the answer. – Mohamed Sep 14 at 11:01

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.