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.
发布评论
评论(2)
当然你可以。我正在与超过 5 家公司做同样的事情。
如果他们不允许您登录其 iOS 开发中心,请向他们索要分发证书和分发配置文件。
只需让他们创建这些文件并将其发送给您即可。
然后,您可以在构建发布版本时使用他们的配置文件签署您的应用程序,并且仅向他们发送“.ipa”文件以让他们提交。
以下是创建这些文件的步骤,以防万一他们不明白如何:
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:
您的问题的答案是否定的...
如果没有帐户凭据,则无法在 Apple 商店上传文件。
您可以获取开发者帐户权限,然后可以将其上传到商店。
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..