0

I refer to http://developer.apple.com/library/ios/#documentation/ToolsLanguages/Conceptual/DevPortalGuide/DistributinganApp/DistributinganApp.html#//apple_ref/doc/uid/TP40011159-CH31-SW1

and

http://developer.apple.com/library/ios/#documentation/ToolsLanguages/Conceptual/DevPortalGuide/CreatingandDownloadingaDistributionProvisioningProfile/CreatingandDownloadingaDistributionProvisioningProfile.html

My question is:

I have an iOS app with a development provisioning profile created under a iOS developer account.

Is it possible for my iOS app to be distributed via In-House Distribution method in an enterprise which has purchased the iOS Developer Enterprise program?

Belvia
  • 129
  • 1
  • 2
  • 13

1 Answers1

1

You will need to re-build and archive that app with that enterprise's license and reissue it.

Dancreek
  • 9,524
  • 1
  • 31
  • 34
  • When you say re-build, does it mean that I have to re-build the app with the signed certificate generated using the iOS Developer Enterprise program? – Belvia May 23 '12 at 16:52