Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

How to assign a new distribution

certificate in IOS
This tutorial teaches the two ways in which a new distribution certificate for IOS can be assigned from
the terminal with expo

How to assign the new certificate with Expo


First you must have NodeJS, NPM and Expo installed.

How to install NodeJS and NPM

To publish and install packages to and from the public npm registry or a private npm registry, you must
install Node.js and the npm command line interface using either a Node version manager or a Node
installer.

https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
How to install Expo

Expo CLI is a command-line application required to build standalone apps. It is installed as a global npm
package. If you have not installed it, go through the installation steps in the Expo CLI documentation.

https://docs.expo.dev/workflow/expo-cli/#install

Next, you need to login with the Expo credentials linked to the project from the terminal.

Username: giruiz
Password: Toptech!!24

Enter the following command and select IOS platform:


Select update distribution certificate

Select: Let Expo handle the process

To finish sign in with your Apple account credentials

At the end, a legend appears

You might also like