Ms Team custom Tab application is not showing setup button.

Ronak Chotaliya 31 Reputation points
2024-03-13T04:50:26.71+00:00

Hi,

While I'm installing my custom personal tab app, setup button is not showing in new MS team, but same things that work in old MS team app version.

User's image

{
  "$schema": "https://developer.microsoft.com/json-schemas/teams/v1.16/MicrosoftTeams.schema.json",
  "manifestVersion": "1.16",
  "id": "180956bb-8d3c-4d89-98d7-a3895f5d3fd1",
  "version": "1.0.0",
  "packageName": "com.custom.tab",
  "developer": {
    "name": "Contoso",
    "websiteUrl": "https://tab-personal.azurewebsites.net",
    "privacyUrl": "https://tab-personal.azurewebsites.net/privacy",
    "termsOfUseUrl": "https://tab-personal.azurewebsites.net/tou",
    "mpnId": ""
  },
  "name": {
    "short": "Tab",
    "full": "personalTab"
  },
  "description": {
    "short": "short description here",
    "full": "full description here"
  },
  "icons": {
    "outline": "outline.png",
    "color": "color.png"
  },
  "accentColor": "#D85028",
  "configurableTabs": [],
  "staticTabs": [
    {
      "entityId": "index",
      "name": "Personal Tab",
      "contentUrl": "https://tab-personal.azurewebsites.net/PersonalTab",
      "websiteUrl": "https://tab-personal.azurewebsites.net/PersonalTab",
      "scopes": [
        "personal", 
		"groupChat",
		"team"
      ],
      "context": [
        "personalTab",  
		   "privateChatTab", 
		   "meetingChatTab", 
		   "meetingDetailsTab", 
		   "meetingSidePanel", 
		   "meetingStage",
		   "channelTab"
      ]
    }
  ],
  "bots": [],
  "connectors": [],
  "composeExtensions": [],
  "permissions": [
    "identity",
    "messageTeamMembers"
  ],
  "validDomains": [
    "tab-personal.azurewebsites.net"
  ]
}

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,231 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,949 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,309 questions
{count} votes

Your answer

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