简体   繁体   English

MS Teams:当活动源中有深层链接时,无法获取 SubEntityId 值

[英]MS Teams: Unable to get the SubEntityId value when a deep link is available in Activity Feed

I am sending an activity Feed notification to the user which is pointing to my personal app.我正在向指向我的个人应用程序的用户发送活动提要通知。

I have a DeepLink generated to point to the tab and it's working fine but when I add a SubEntuityId to the tab it is not fetched in.我生成了一个指向选项卡的 DeepLink,它工作正常,但是当我将 SubEntuityId 添加到选项卡时,它没有被提取。

It is always blank.它总是空白的。

I have also tried with URIEncode for the same.我也尝试过使用 URIEncode 进行相同的操作。

So presumably you're replacing APPID with the real app id from your manifest file.因此,大概您正在用清单文件中的真实应用程序 ID 替换 APPID。 Separate to that, make sure that "overview" is registered as the actual entity id for the tab in the manifest.除此之外,请确保“概述”已注册为清单中选项卡的实际实体 ID。 Other than that, the rest looks fine, like it should work.除此之外,rest 看起来不错,应该可以工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法从深层链接获取 MS Teams 选项卡应用上的 subEntityId - Cannot get subEntityId on MS Teams tab app from deep link 访问 ms 团队活动源 - Accessing ms teams activity feed 从守护进程(nodejs 应用程序)发送的自定义活动提要通知,未在团队移动客户端中获取分配给 subEntityId 的数据 - Custom activity feed notifications sent from daemon(nodejs app), not getting the data assigned to subEntityId in teams mobile client 有没有办法在 MS 团队中发送活动提要通知? - Is there a way to send activity feed notification in MS teams? ms 团队深层链接不适用于 ios 应用程序 - ms teams deep link not working for ios app 在 MS Teams 选项卡中执行所需任务后,将 subEntityId 重置为空 - Reset subEntityId as empty once desired task is executed in MS Teams Tabs 无法在 MS Teams 中打开附件链接 - Unable to open attachment link in MS Teams MS Teams - Bot 中的深层链接删除了聊天选项卡 - MS Teams - Deep Link in Bot Removes Chat Tab 使用深层链接将消息发布到特定的 MS Teams 频道 - Post a message to a specific MS Teams Channel using deep link 生成未在 ms teams 应用程序商店中列出的自定义 ms teams 应用程序的深层链接 - Generate deep link to custom ms teams app that is not listed on ms teams app store
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM