Can't create a custom expo client:ios

Hello,

I’m facing this issue by trying to create an expo custom ios client through my WSL command line :

$ expo client:ios
✔ Found custom configuration for the Expo client
Configuring credentials for shamery in project Fairfair
Please enter your Apple Developer Program account credentials. These credentials are needed to manage certificates,
keys and provisioning profiles in your Apple Developer account.
The password is only used to authenticate with Apple and never stored
Learn more here (​https://bit.ly/2VtGWhU​)
? Apple ID: *myappleID*
? Password (for *myappleID*): [hidden]
Authenticating to Apple Developer Portal...
Authenticated with Apple Developer Portal successfully!
Only 1 team associated with your account, using Apple Team with ID: *myteamID*
Fetching available credentials
✖ Something went wrong when trying to ensure App ID exists on Apple Developer Portal!
Reason: Unexpected response, raw: {"responseId":"c2eadfff-f8d6-45db-9747-f2fe42f9d1d8","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":"2020-05-27T07:53:28Z","protocolVersion":"QH65B2","userLocale":"en_US","requestUrl":"https://developer.apple.com/services-account/QH65B2/account/ios/identifiers/addAppId.action","httpCode":200}
Error: Reason: Unexpected response, raw: {"responseId":"c2eadfff-f8d6-45db-9747-f2fe42f9d1d8","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":"2020-05-27T07:53:28Z","protocolVersion":"QH65B2","userLocale":"en_US","requestUrl":"https://developer.apple.com/services-account/QH65B2/account/ios/identifiers/addAppId.action","httpCode":200}
    at runAction (/usr/lib/node_modules/expo-cli/src/appleApi/fastlane.ts:28:17)
    at process._tickCallback (internal/process/next_tick.js:68:7)

I am using an apple team dev account recently created by my team mate. Is this related to the fact that I am not the admin of the apple dev team ?

I don’t really understand why it failed at this point, I can perfectly log myself with my credentials at https://developer.apple.com/

Thank you for your help by advance !

I have found the solution : I was not the admin and just a “developper” in the apple dev portal. We changed my role to “admin” and then it worked !

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