Validating push certificate... Error validating credentials

> exp build:ios
[exp] Checking if current build exists...

[exp] No currently active or previous builds for this project.
[exp] Checking for existing Apple credentials...
[exp] Validating Apple credentials...
[exp] Credentials valid.
[exp] Validating distribution certificate...
[exp] Validating app id...
[exp] Validating push certificate...
[exp] Error validating credentials. You may need to clear them (with `-c`) and try again.
[exp] Unable to validate credentials. Request ID 84774f20-99a3-11e7-a527-2967283bff87, message: Provided certificate not available in the developer
 portal. Please provide an active certificate.

any idea why am I getting this error ?

H

Hi! Did you upload your own push certificates? It looks like we’re not finding those credentials attached to your Apple account.

no I let expo manage everything

Interesting. Have you revoked any of your certs on the Apple portal?

another team member actually build the first one so I did:

exp fetch:ios:certs

when trying to install the certifs it asks me for a password, but which password?

What password should I use for the fetched p12 certifs ?

When you fetch the certificates, you should see two passwords print in the command line output. If that’s not happening, can you DM me a screenshot?

thanks for this info. yes I can see the two passwords.

But I still have an issue building the ios standalone:

> exp build:ios -c
[exp] Checking if current build exists...

[exp] No currently active or previous builds for this project.
[exp] Checking for existing Apple credentials...

We need your Apple ID/password to manage certificates and provisioning profiles from your Apple Developer account.
? What's your Apple ID? hxxxxx@gmail.com
? Password? *********
? What is your Apple Team ID (you can find that on this page: https://developer.apple.com/account/#/membership)? XXXX
[exp] Validating Apple credentials...
[exp] Credentials valid.

? Do you already have a distribution certificate you'd like us to use,
or do you want us to manage your certificates for you? false
? Path to P12 file: C:\Users\herve76\Documents\GitHub\offmarket-expo\mobile-app\offmarket_dist.p12
? Certificate P12 password: ************************************
[exp] Validating distribution certificate...
[exp] Distribution certificate setup complete.
[exp] Validating app id...
? Do you already have a push notification certificate you'd like us to use,
or do you want us to manage your push certificates for you? false
? Path to P12 file: C:\Users\herve76\Documents\GitHub\offmarket-expo\mobile-app\offmarket_push.p12
? Push certificate P12 password (empty is OK): ************************************
[exp] Validating push certificate...
[exp] Error validating credentials. You may need to clear them (with `-c`) and try again.
[exp] Unable to validate credentials. Request ID b169b7d0-9a56-11e7-8d22-d933b0d7655c, message: Provided certificate not available in the develo
per portal. Please provide an active certificate.

Hi! Sorry for the continued bad errors here. It looks like the certs you’re uploading aren’t installed on the apple account that we have associated with this app. Can you double check those?

I am a member of the team as a App Manager that is associated with this app. Do you think it can be the problem?