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?
|
|
|
|
|
|
|
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.
Yes. Just like with Ad Hoc distribution, you need an entitilements.plist with the 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. |
||
|
