Error with moving application to another account

Hey there, I had an application in app store. I moved my application to another development team, because they want to handle publishing to app stores by themselves. I want to build it by myself and send them .ipa
They added me to their team in apple development, so I do:

expo build:ios -c
// enter credentials
Authenticated with Apple Developer Portal successfully!
You have 2 teams associated with your account
? Which team would you like to use? 2) "The Company" (Company/Organization)
We do not have some credentials for you: Apple Distribution Certificate, Apple Push Notifications service key, Apple Provisioning Profile
? How would you like to upload your credentials? Expo handles all credentials, you can still provide overrides
? Will you provide your own Apple Distribution Certificate? Let Expo handle the process
✔ Didn't find any previously uploaded Apple Distribution Certificate
? Will you provide your own Apple Push Notifications service key? Let Expo handle the process
✔ Didn't find any previously uploaded Apple Push Notifications service key
✖ Something went wrong when trying to ensure App ID exists on Apple Developer Portal!
Reason: Unexpected response, raw: {"responseId":"a24b7058-6465-4aba-a7bd-2e36fb5f568a","resultCode":1200,"resultString":"Access Unavailable","userString":"You currently don't have access to this membership resource. Contact your team's Account Holder, or an Admin.","creationTimestamp":"2019-10-02T13:22:51Z","protocolVersion":"QH65B2","userLocale":"en_US","requestUrl":"https://developer.apple.com/services-account/QH65B2/account/ios/identifiers/listAppIds.action","httpCode":200}
Set EXPO_DEBUG=true in your env to view the stack trace.

could you describe the reason of error and what should I do to fix it, thank you in advance.

Expo CLI 3.0.10 environment info:
    System:
      OS: macOS 10.14.6
      Shell: 3.2.57 - /bin/bash
    Binaries:
      Node: 10.16.1 - /usr/local/bin/node
      Yarn: 1.17.3 - ~/.yarn/bin/yarn
      npm: 6.9.0 - /usr/local/bin/npm
      Watchman: 4.9.0 - /usr/local/bin/watchman
    IDEs:
      Android Studio: 2.3 AI-162.4069837
      Xcode: 10.3/10G8 - /usr/bin/xcodebuild
    npmPackages:
      expo: ^34.0.1 => 34.0.4 
      react: 16.8.3 => 16.8.3 
      react-native: https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz => 0.59.8 
      react-navigation: ^3.11.0 => 3.11.1 

Hey @hardrese7,

As the error string indicates, it seems to believe you do not have access. Can you double check with the team admin that you are granted access. There’s also a chance it may take some time for the privileges to be updated on Apple’s end.

Cheers,
Adam

Thank you Adam for your response!
May be you know, which role I should have in apple team. Now I’m just a developer.

I don’t think having just the developer role in Apple will work. If I recall correctly, I ran into similar issues and the admin of our Apple Developer account had to assign me the App Manager role. It wasn’t until then I was able to get through those parts of the cli build command.

I got AppManager role and Apple Distribution Certificate, but error is still here:

? How would you like to upload your credentials? Expo handles all credentials, you can still p
rovide overrides
? Will you provide your own Apple Distribution Certificate? I want to upload my own file
? Will you provide your own Apple Push Notifications service key? Let Expo handle the process
✔ Didn't find any previously uploaded Apple Push Notifications service key
? Will you provide your own Apple Provisioning Profile? Let Expo handle the process
Please provide your Apple Distribution Certificate:
? Path to P12 file: /Users/x/Downloads/x.p12
? P12 password: [hidden]
✖ Something went wrong when trying to ensure App ID exists on Apple Developer Portal!
Reason: Unexpected response, raw: {"responseId":"f3786668-19c9-429e-9399-0b9ace1a956d","resultCode":1200,"resultString":"Access Unavailable","userString":"You currently don't have access to this membership resource. Contact your team's Account Holder, or an Admin.","creationTimestamp":"2019-10-08T13:37:32Z","protocolVersion":"QH65B2","userLocale":"en_US","requestUrl":"https://developer.apple.com/services-account/QH65B2/account/ios/identifiers/listAppIds.action","httpCode":200}

Are there some additional thoughts?

It was some issue with access of my account in team workspace. They did something and now it works :slight_smile:

2 Likes

Nice! Glad things got sorted out.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.