问题:
如果我的客户没有业务帐户,
上下文:
我正试图在世博上开发我的第一款苹果应用程序( You have no team associated with your Apple account, cannot proceed.
expo build:ios,并得到了一个未支付苹果ID
)
世博会产出:
reto@Retos-Mac-mini test1 % expo build:ios
✔ Choose the build type you would like: › archive
Checking if there is a build in progress...
Accessing credentials for ****** in project test1
✔ Do you have access to the Apple account that will be used for submitting this app to the App Store? … yes
› Log in to your Apple Developer account to continue
✔ Apple ID: … ******
› Restoring session ******
› Session expired Local session
› Using password for ****** from your local Keychain
Learn more: https://docs.expo.io/distribution/security#keychain
✔ Logged in New session
Authentication with Apple Developer Portal failed!
You have no team associated with your Apple account, cannot proceed.
(Do you have a paid Apple Developer account?)
Error: You have no team associated with your Apple account, cannot proceed.
(Do you have a paid Apple Developer account?)
...结果
根据所有的答案,我将:
不创建另一个付费account
expo-cli build:ios并让处理所有证书和配置文件生成(这是我从未做过的before).)
发布于 2021-02-13 19:59:51
单个Apple developer帐户没有资格添加访问证书、标识符和供应配置文件的其他成员。
从以下几个选项中选择一个:
配置概要文件可以在开发人员之间无问题地共享。但是,要使它们有效和可用,需要同时拥有公共和专用密钥。
公钥存储在证书中,而专用密钥必须从证书的创建者密钥链中导出
https://developer.apple.com/programs/enroll/).
- A **D-U-N-S**® number这取决于过程,需要几天到几个月的时间。
- Legal Entity Status
- Legal Binding Authority
- A Website使用Xcode中的客户开发人员帐户进行
发布于 2021-02-13 19:50:18
这里的正确步骤是什么?
没有几种选择
您的客户需要注册为一个组织,而不是individual
expo-cli build:ios并在其帐户上与苹果进行身份验证来生成凭据。我也需要一个付费帐户吗?
这不会有帮助,你可以用你的名字构建/发布那个应用程序,但不是作为客户。
另外,如果您是为客户工作,您不应该在您的世博帐户上这样做,相反,请他们创建一个世博组织并在那里添加您,或者为他们创建该组织并为他们提供访问该组织的权限,这将使将来转移所有权变得更加容易。或者,您可以对每个客户使用单独的世博帐户。
https://stackoverflow.com/questions/66186037
复制相似问题