简体   繁体   中英

Teams custom app update not propagated to users and store

I have a problem updating a custom app in Microsoft Teams (scope "personal"). I changed the manifest (added some tabs, increased the version, kept the app-id). I uploaded the new package in the Teams admin center under https://admin.teams.microsoft.com/policies/manage-apps/{app-id}

In Teams admin center I can now see the increased version number and description. 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. (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.

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". 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). 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM