Publish iOS app to App Store on behalf of client

前端 未结 7 770
盖世英雄少女心
盖世英雄少女心 2021-01-30 09:41

I have

  • An apple id
  • The source code
  • A Distribution Certificate generated for my apple id using client\'s developer portal
  • A Provisioning
相关标签:
7条回答
  • 2021-01-30 10:11

    You'll need to do the following:

    1. Build the app using the distribution cert of the client
    2. Archive the app using XCode (it's in the same menu as the build options)
    3. When the archive is done it will open the Archive Organizer
    4. Select the newly created archive and export it. The first option in exporting is the 'Save for iOS App Store Deployment'.
    5. This will create a directory on your mac that contains the bits and pieces your client will need to upload it.
    6. Zip that directory and transfer to your client. They should be able to use the web-interface in iTunes connect to upload the app and complete the app submission process.
    0 讨论(0)
  • 2021-01-30 10:17

    ... Or Can i build IPA file and share it with client, so he can submit to App Store?

    To answer your question, you can build the app and provide to your client for them to submit the app.

    For building the app (.ipa) you need to get the Provisioning profile & Certificate (.p12) corresponds to Apple developer program from the client.

    I have done this for many of our clients and solution is working. In fact few of the clients they have an internal portal with the predefined process.

    In case, if anyone of you have queries on this response comment below and I shall try to answer.

    Note: when signing remember to choose use local signing assets in order to avoid giving apple id credentials.

    0 讨论(0)
  • 2021-01-30 10:17

    As of Summer of 2017, Which is after this was initially asked) The developer and the app producer name must be the same. Thus just have them spend the $99 a year and get a Dev account that they add you to to Develop / manage.

    Here is a short and detailed explanation: [1]: http://www.goodbarber.com/blog/your-client-s-developer-accounts-vs-your-own-a856/

    Here is how to tranfer if already in app Store under your account:[1]: https://support.appmachine.com/hc/en-us/articles/360000012284-Transfer-your-app-to-another-iOS-Developer-Account

    0 讨论(0)
  • 2021-01-30 10:17

    According to the description the simplest way would be to submit the app on your own behalf and as soon as you pass the certification to transfer the published app to your client from iTunes Connect dashboard.

    0 讨论(0)
  • 2021-01-30 10:27

    For those who needs to do the same on behalf of clients, here are the steps i've followed...

    What i had

    1. An apple developer account (with no Developer Program Enrollment)

    What client had

    1. An apple developer account (with Apple Developer Program Enrollment for Company)

    As far as app distribution is concerned, apple have 2 systems: Member Center (for Certificates, Profiles, App IDs etc) and ITunes Connect (for publishing your app to app store and further management of the app).

    I need access to both ITunes Connect & Member center for distributing on behalf of client.

    1. In Member Center, client should give you Team Admin Role. [steps]
    2. In ITunes connect, client should give you Developer Role / Admin Role for the app. If Developer Role, given u can only upload the build, to submit app for review you'll need to ask the client. If Admin role, basically you can do almost everything upto Submitting the app for review. [steps]
    3. Now you can create certificates, profiles, app ids through Member Center (you can create certificates & profiles in Xcode also. But App IDS should be created through Member Center).
    4. Create App Record in ITunes Connect using the same bundle ID used for App ID creation.
    5. Upload your build through Xcode
    6. Submit for review through Itunes Connect

    This is what i did for submitting the app. If you find any mistakes/better alternatives, pls comment below, so i'll update the answer.

    0 讨论(0)
  • 2021-01-30 10:28

    The easiest way would be to have your client add you under User and Roles in iTunes Connect. There is a developer role now that can limit access to a certain app and restricts it to the below:

    0 讨论(0)
提交回复
热议问题