Cannot configure my custom app to work in shared channels

Oleh Mihdalskyi 20 Reputation points
2024-03-28T15:03:29.9166667+00:00

Hello!

I have custom app (configurable tab with bot). It works well in chats and standart channels. But I cannot configure it to work with shared channels.

As I understand, it's possible now: https://learn.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/shared-channels#enable-your-app-for-shared-channels

In my manifest I added "supportedChannelTypes":

"supportedChannelTypes": [
  "sharedChannels",
  "privateChannels"
],
"configurableTabs": [
  {
    "canUpdateConfiguration": true,
    "configurationUrl": "...",
    "scopes": [
      "team",
      "groupChat"
    ],
    "context": [
      "personalTab",
      "channelTab",
      "privateChatTab"
    ]
  }
],

and uploaded my custom app to org. Still no luck, app is just not listed when I try to add it via "Manage Apps" menu or via "Add Tab" button.

Am I missing something? Is it possible to do what I need at all?

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,075 questions
0 comments No comments
{count} votes

Accepted answer
  1. LiweiTian-MSFT 14,070 Reputation points Microsoft Vendor
    2024-03-29T02:15:55.8533333+00:00

    Hi @Oleh Mihdalskyi

    Please follow this document to meet the requirements for uploading your app to a shared channel.

    You can also try clearing the Teams cache and restarting after uploading the app.

    User's image

    In order to better help you solve your problem, we also recommend that you add the Teams Development tag to your post.

    Thank you for your understanding and support.

    ********************************************************************************************************* If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread. *********************************************************************************************************

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful