This article outlines the steps required to install the Teams App.
1. Register an App: In Teamsware Studio on the Publish tab -> App Deployment -> click on the 'Publish' button. In the publish wizard make sure the 'App Deployment' type is select
Specify the App title and select the Package version you want to publish.
The Title of the Teams App will be 'TeamsApp_<AppTitle>_v1.0.0.0'
In the Teams App Package dialog, you can either download the Teams app without demo URL or specify your own demo URL. If a demo URL is provided, the Demo tab will be available within the team
After downloading the .zip archive, extract its content. The archive includes the following files:
Note: Before you begin, ensure the following:
- You have administrative access to the Teams Developer Portal (https://dev.teams.microsoft.com/)
- You have administrative access to the Teams Admin Center (https://admin.teams.microsoft.com/)
- Allow users to upload custom apps in your organization. For more information read article https://learn.microsoft.com/en-us/microsoftteams/teams-custom-app-policies-and-settings
- You have Teams License
Redirect to Developer Portal for uploading app. Click on Import app button
Redirect to Microsoft Teams admin center. Search for you teams app. Open it and click Publish. It may take some time before the status is updated.
Go to Apps -> Built for your org. Select published app and click on Add
Once you open added app you will be redirected to Home page with two options:
Demo tab shows configured demo request form.
###CODE_BLOCK###
var msg = "DEMO_INPROGRESS$$DEMO_ID";
window.parent.postMessage(msg, "*");
###CODE_BLOCK###
where DEMO_ID is value of demoId parameter
If you make some changes to your solution after the initial deployment, you have to create a new package and then select the deployment definition in the Publish section in Teamsware Studio.
- Select a deployment in Teamsware Studio and click on Update in the right panel