Publish iOS app to App Store on behalf of client

前端 未结 7 774
盖世英雄少女心
盖世英雄少女心 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.

提交回复
热议问题