Keystore: Same one for all developers or separate

Hi, this is my first time building an expo app and hearing about android keystores. My coworker ran the build process and had expo generate a keystore the first time. My question is, when I build the app, do I need to use that same keystore or generate a new one for me?

What you’ll want to do is get the certificates from your co-workers account using exp fetch:ios:certs and exp fetch:android:keystore, then when you run exp build it will ask you if you want to upload certificates or let Expo create them.

At that point you will want to upload the certificates you downloaded previously.

1 Like

Awesome thanks. That’s what I figured I needed to do, just wanted to make sure before I made the wrong choice since it seems like this step is pretty touchy.

1 Like