If your App is public, you can choose to publish it to Marketplace. For more information, see About Marketplace for apps.
For more information about how users can install your app from Marketplace, see Installing a App from Marketplace for your organizations and Installing a App from Marketplace for your personal account.
If your App is public, other users and organizations can install your app. For more information about making your app public, see Making a App public or private.
In the upper-right corner of any page on , click your profile photo.
Navigate to your account settings.
- For an app owned by a personal account, click Settings.
- For an app owned by an organization:
- Click Your organizations.
- To the right of the organization, click Settings.
In the left sidebar, click Developer settings.
In the left sidebar, click Apps.
Next to the App that you want to share, click Edit.
Click Public page. will bring you to the public page for your App.
Click Install. will bring you to the installation URL for your App. The URL will look something like
https://.com/apps/APP-NAME/installations/new
, whereAPP-NAME
is the name of the App.Share the installation URL with other users. For more information about how users can install your app from this URL, see Installing a App from a third party.
When you share the URL, you can include a
state
query parameter in the installation URL to preserve the state of the application page and return people back to that state after they install, authenticate, or accept updates to your App. For example, you could use thestate
to correlate an installation to a user or account.To preserve a state, add it to the installation URL:
https://.com/apps/<app name>/installations/new?state=AB12t
If you want to share your App with Enterprise Server instances that you are not part of, you need to take additional steps. For more information, see Making your App available for Enterprise Server.