使用产品时无法登录 App Store Connect
Failing to log in to App Store Connect whilst using produce
我正在使用 produce
在 App Store connect 中创建一个应用程序,但在提示输入我的 Apple ID 后,我收到以下输出表明失败:
{"responseId"=>"f1988c04-b3a7-4eca-b4b3-8afc8542478f", "resultCode"=>1200, "resultString"=>"You are not allowed to perform this operation. Please check with one of your Team Admins, or, if you need further assistance, please contact Apple Developer Program Support. https://developer.apple.com/support", "userString"=>"You are not allowed to perform this operation. Please check with one of your Team Admins, or, if you need further assistance, please contact Apple Developer Program Support. https://developer.apple.com/support", "creationTimestamp"=>"2018-11-26T22:07:05Z", "protocolVersion"=>"QH65B2", "userLocale"=>"en_US", "requestUrl"=>"https://developer.apple.com/services-account/QH65B2/account/ios/identifiers/addAppId.action", "httpCode"=>200}
我认为这与双因素身份验证有关,但我不确定应该如何进行。有人有过这种经历吗?
参见Apple Developer Program Roles and App Store Connect Role Permissions。要创建应用程序,您需要:
- 在 App Store Connect
中 Admin 或 App Manager 的许可
- Apple Developer Program 中 Agent 或 Admin 的权限(注册和配置 App ID)
此错误表示您登录的用户具有不同的角色:
- 您可能是 财务、开发、营销、销售,或 App Store Connect客户支持
- 您可能是 Apple Developer Program成员
我猜你是 App Store Connect 开发用户,需要升级为应用程序管理器。
我正在使用 produce
在 App Store connect 中创建一个应用程序,但在提示输入我的 Apple ID 后,我收到以下输出表明失败:
{"responseId"=>"f1988c04-b3a7-4eca-b4b3-8afc8542478f", "resultCode"=>1200, "resultString"=>"You are not allowed to perform this operation. Please check with one of your Team Admins, or, if you need further assistance, please contact Apple Developer Program Support. https://developer.apple.com/support", "userString"=>"You are not allowed to perform this operation. Please check with one of your Team Admins, or, if you need further assistance, please contact Apple Developer Program Support. https://developer.apple.com/support", "creationTimestamp"=>"2018-11-26T22:07:05Z", "protocolVersion"=>"QH65B2", "userLocale"=>"en_US", "requestUrl"=>"https://developer.apple.com/services-account/QH65B2/account/ios/identifiers/addAppId.action", "httpCode"=>200}
我认为这与双因素身份验证有关,但我不确定应该如何进行。有人有过这种经历吗?
参见Apple Developer Program Roles and App Store Connect Role Permissions。要创建应用程序,您需要:
- 在 App Store Connect 中 Admin 或 App Manager 的许可
- Apple Developer Program 中 Agent 或 Admin 的权限(注册和配置 App ID)
此错误表示您登录的用户具有不同的角色:
- 您可能是 财务、开发、营销、销售,或 App Store Connect客户支持
- 您可能是 Apple Developer Program成员
我猜你是 App Store Connect 开发用户,需要升级为应用程序管理器。