App Not Showing in Apps List for Tabs

Dave Allen 1 Reputation point
2021-07-27T20:17:55.417+00:00

Please help. I am struggling to have my app show up in the list of apps available for adding as a Tab. I felt I have gone through documentation and followed the guidance. But whatever I do it is never available to add. A snippet of my manifest below:

"accentColor": "#FFFFFF",
"bots": [],
"composeExtensions": [],
"configurableTabs": [
{
"configurationUrl": "https://test-dxpweb-appservice.azurewebsites.net/shell.html?shell=msx-teams-shell&authPopup=true",
"canUpdateConfiguration": true,
"scopes": [
"team",
"groupchat"
],
"context": [
"channelTab"
]
}
],
"staticTabs": [
{
"entityId": "index",
"name": "Personal Tab",
"contentUrl": "https://test-dxpweb-appservice.azurewebsites.net/shell.html?shell=msx-teams-shell&authPopup=true",
"websiteUrl": "https://test-dxpweb-appservice.azurewebsites.net/shell.html?shell=msx-teams-shell&authPopup=true",
"scopes": [
"personal"
]
}
],

Microsoft Teams | Development
{count} votes

3 answers

Sort by: Most helpful
  1. Dave Allen 1 Reputation point
    2021-07-28T19:55:50.357+00:00

    I might be a little novice to this whole thing. Currently I am sideloading this app as it is not in my store. When I add the custom app, do I need to select "Add to Team" everytime? Or once I install it once, it should be in the list of apps when i click "+". I am able to add to a team if I upload the custom app everytime.

    0 comments No comments

  2. Hunaid Hanfee-MSFT 981 Reputation points
    2021-07-29T19:25:03.23+00:00

    Have you tried adding your app from Teams Admin center directly?
    Please go through this docs if not yet seen: Upload your app in Microsoft Teams and Enable custom Teams apps


  3. Dave Allen 1 Reputation point
    2021-08-03T16:34:49.013+00:00

    I think we can close this now. I understand now the steps required to sideload a custom app.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.