Expo with paid team plan

Hey all,

This might be obvious, but for some reason I cannot find a way to accomplish what I’m trying to do here. I have an account that was invited by my admin to a Team in Expo (paid plan). I can see this team when I log into the Expo console, which is great. Next, I want to submit a build to that Team instead of using my personal account.

However, running expo build:ios still seems to build under my personal account, and my team members cannot view the build. Is there an option that I’m overlooking which tells the Expo CLI to do this?

Many thanks!

Diagnostics:

  Expo CLI 3.27.4 environment info:
    System:
      OS: macOS Mojave 10.14.6
      Shell: 3.2.57 - /bin/bash
    Binaries:
      Node: 10.21.0 - ~/.nvm/versions/node/v10.21.0/bin/node
      Yarn: 1.22.4 - ~/apps/homebrew/bin/yarn
      npm: 6.14.4 - ~/.nvm/versions/node/v10.21.0/bin/npm
      Watchman: 4.9.0 - /Users/mpolan/apps/homebrew/bin/watchman
    SDKs:
      iOS SDK:
        Platforms: iOS 13.2, DriverKit 19.0, macOS 10.15, tvOS 13.2, watchOS 6.1
      Android SDK:
        API Levels: 30
        Build Tools: 30.0.2
        System Images: android-26 | Google Play Intel x86 Atom
    IDEs:
      Android Studio: 4.0 AI-193.6911.18.40.6626763
      Xcode: 11.3.1/11C505 - /usr/bin/xcodebuild
    npmPackages:
      expo: ~38.0.8 => 38.0.10 
      react: ~16.11.0 => 16.11.0 
      react-dom: ~16.11.0 => 16.11.0 
      react-native: https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz => 0.62.2 
      react-native-web: ~0.11.7 => 0.11.7 
    npmGlobalPackages:
      expo-cli: 3.27.4
    Expo Workflow: managed

Hi! you need to add the owner to your app.json file, with the username of your team owner

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