Introduction
This documentation will explain how to upload a new version of an app to Dev Center.
When either loading a new app for the first time, or uploading a new version of an existing app, these items are good best practices to do prior to zipping your file from your local.
Make sure you are using the most up to date version of corva/ui. To check this:
-
Go to your app via command line
-
Run the following command:
yarn add @corva/ui@latest
You should see the following response in your console:
Console response
If you are working with or preparing an app that another developer originated, its best to install all dependencies for the app. Do this by:
-
Go to your app via command line
-
Run the following command:
yarn install
Next, install corva-create-app
to install the app wizard.
-
Go to your app via command line
-
Run the following command:
npm i -g @corva/create-app
Prior to zipping the app file and uploading (Demo of this located here) check the following:
- Does the app key match what is in Corva?
- Navigate to the manifest.json file and confirm the app key matches the app key in corva
- Check the dataset:
-
In some cases apps may be developed in a sample company using a sample dataset for testing.
-
Check to make sure the app is set to fetch data for the production dataset
-
Navigate to the app.js file and confirm the dataset is correct for the production environment