Building distrubtion app with enterprise account

I’m new to expo and I’m trying to build my app for ios. Our company has an apple enterprise account and our team has already created the max allowed distribution certificates.

As an admin, is there any way to build my app using those certificates? I’m now trying to provide the credentials manually but I can’t produce a .p12 since I didn’t create those certificates and I don’t have access to those machines…I think. I’m currently using the 2.6.14v of expo-cli. Whenever I run expo build:ios -c and let expo handle the credentials, I get the following message:

raw: {
“responseId”: “7c90dc59-03e2-414d-8e4e-f290c874972c”,
“resultCode”: 4100,
“resultString”: “The selected team does not have a program membership that is eligible for this feature. If you need assistance, please contact Apple Developer Program Support. Support - Apple Developer”,
“userString”: “The selected team does not have a program membership that is eligible for this feature. If you need assistance, please contact Apple Developer Program Support. Support - Apple Developer”,
“creationTimestamp”: “2019-01-10T00:50:02Z”,
“protocolVersion”: “QH65B2”,
“userLocale”: “en_US”,
“requestUrl”: “https://developer.apple.com/services-account/QH65B2/account/ios/certificate/submitCertificateRequest.action”,
“httpCode”: 200
}

Also, am I able to build a development version of my app for ios? I’m unable to build my app using development certificates/provisioning profile.

Hey @it-dev,

Unfortunately you can not create dev builds via the expo build services, only release(archive) builds.

Cheers,

Adam

Thanks for responding @adamjnav. I had a hunch that was the answer but I wanted to make sure. Do you think I can make a release build with those enterprise distribution certificates that I didn’t make?

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