开发者

Xcode 4 / iOS how to distribute an app for the App Store for anopther company? [closed]

开发者 https://www.devze.com 2023-03-30 14:19 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 11 years ago.

开发者_开发知识库 Improve this question

We have build an app. A company has bought an customized version of that app. We don't have access to the other companies Apple Developer account but the other company wants to distribute the app under their own name. Is there any way we can hand over the app so that the other company can sign and distribute the app on the Apple app store without giving away our source code?

Thanks for any help.

Update: I have found this site that may be the solution to my problem: http://www.ketzler.de/2011/01/resign-an-iphone-app-insert-new-bundle-id-and-send-to-xcode-organizer-for-upload/


Of cause you can. I am doing the same thing with more than 5 companies.

If they don't give you permission to login into their iOS Dev Center, ask them for their distribution certificate and distribution provisioning profile.

Just let them create these files and send them to you.

Then you can sign your App with their provisioning profile when you build a release version, and only send them the ".ipa" file to let them submit.

Here are steps to create these files, just in case they don't understand how to:

To acquire the distribution certificate:

Log in to the iOS Dev Center.

Navigate to the iOS Provisioning Portal.

Click the Distribution tab.

Follow the instructions to create a new certificate that will be used for distribution. The process is identical to that which you used to create your development certificate.

After the certificate is issued, download the .cer file to your computer. Create a P12 file from your private key and certificate.

Once you have the distribution certificate, you will need to create a distribution provisioning profile:

Go to the Provisioning section of the iOS Provisioning Portal.

Select the Distribution tab.

Create a profile for the App Store distribution method.

After the distribution provisioning profile is created, download the .mobileprovision file to your computer. Keep this file in a handy location for later.


The answer for your question is no....

It is not possible to upload file on Apple store without credentials on their account.

You can take a developer account permission and through that you can upload it to store..

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号