简体   繁体   English

Teams 自定义应用更新未传播到用户和商店

[英]Teams custom app update not propagated to users and store

I have a problem updating a custom app in Microsoft Teams (scope "personal").我在更新 Microsoft Teams 中的自定义应用程序时遇到问题(范围“个人”)。 I changed the manifest (added some tabs, increased the version, kept the app-id).我更改了清单(添加了一些选项卡,增加了版本,保留了 app-id)。 I uploaded the new package in the Teams admin center under https://admin.teams.microsoft.com/policies/manage-apps/{app-id}我在https://admin.teams.microsoft.com/policies/manage-apps/{app-id}下的 Teams 管理中心上传了新的 package

In Teams admin center I can now see the increased version number and description.在 Teams 管理中心,我现在可以看到增加的版本号和说明。 The app is shown as published and allowed to be used.该应用程序显示为已发布并允许使用。 Also I have no pending approvals.我也没有待批的批准。 But when I open my personal custom app in the Teams client or browser the app is not updated.但是,当我在 Teams 客户端或浏览器中打开我的个人自定义应用程序时,该应用程序不会更新。 (Old version number, old description,...). (旧版本号,旧描述,...)。 Same in the store under "Apps developed for your organization".在“为您的组织开发的应用程序”下的商店中也是如此。 Old version, old description.老版本,老描述。

I already put the app-package through the validator and everything was perfect.我已经通过验证器放置了应用程序包,一切都很完美。 I also waited >24 hours and now am out of ideas where to look.我也等了 24 小时以上,现在不知道该去哪里找。

Any suggestions how I can get my updated app?有什么建议可以让我获得更新的应用程序吗?

Ben

Based on the chat above, I think the issue is you kind of have two "duplicate" deployments of the app - one deployed through App Studio, and one deployed through the "company store".根据上面的聊天,我认为问题在于您有两个“重复”的应用程序部署——一个通过 App Studio 部署,一个通过“公司商店”部署。 If you just want, simply, to update your app, then do it through App Studio - either make the changes there and redeploy, or DELETE your app in App Studio and re-import using the new manifest (then redeploy from there).如果您只想简单地更新您的应用程序,请通过 App Studio 进行操作 - 要么在此处进行更改并重新部署,要么在 App Studio 中删除您的应用程序并使用新清单重新导入(然后从那里重新部署)。 Alternatively, if you want to test the "normal user" install/update cycle, then DELETE the app installation itself (right click the app in the left menu and uninstall), then delete the app in the Admin centre, install the old version into there, install it for the user, test the upgrade, etc. (bit of a business).或者,如果您想测试“普通用户”安装/更新周期,则删除应用程序安装本身(右键单击左侧菜单中的应用程序并卸载),然后在管理中心删除应用程序,将旧版本安装到在那里,为用户安装它,测试升级等(有点业务)。 Basically, this is why to have a separate 'Dev tenancy':-).基本上,这就是为什么要有一个单独的“开发租户”:-)。

On that note, if your company is a Microsoft Partner, you might have access to multiple temporary test tenants.请注意,如果您的公司是 Microsoft 合作伙伴,您可能有权访问多个临时测试租户。

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

相关问题 团队应用程序:客户是否必须拥有 365 才能使用团队应用程序? - Teams App : Is it mandatory that customer should have 365 to use teams app? 从团队呼叫队列中删除用户 - Remove Users from a Teams Call Queue MS Teams 应用程序和其他 MS Teams 频道之间的深层链接 - Deeplink between MS Teams App and other MS Teams channels 仅向 Microsoft Teams 上的用户发送推送通知,而不发送机器人消息 - Sending only push notifications to users on Microsoft Teams without bot messages 是否可以实现MS Teams的扩展以将文件与自定义文档流集成在一起 - Is it possible to implement an extension of MS Teams to integrate Files with custom document flow 将 ms 团队应用程序添加到 org 时是否有事件有效负载? - Is there an event payload when adding ms teams app to org? 将我的 SharePoint(on-prime)门户作为应用程序添加到 MS Teams - adding my SharePoint(on-prime) portal to MS Teams as App Viva 连接和 Microsoft 团队应用程序有什么区别 - What is the difference between Viva connections and Microsoft teams app 具有Powershell的Windows Store App - Windows Store App with powershell 通过 AzureAD 的 powershell 更新用户电子邮件地址 - Update users email address through powershell for AzureAD
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM