Can i get the Manifest.JSON file for a Teams app that is already installed our Microsoft Teams Admin
We have a Teams App already installed inside our tenant and users are using it:-
Now i downloaded the code from this GitHUb site https://github.com/OfficeDev/microsoft-teams-emergency-operations-center >> and i modified the code using visual studio code to apply some customization based on our needs.
Now to be able to deploy the updated Teams app, i need the following information inside the Manifest.json file:-
AppDomainWebsite urlClientID
now those should be already defined inside the current app which is already installed inside our Microsoft Teams admin center. but i can not find any option to download the current Teams App from our Teams admin center.. so how i can get these info to be able to upload my updated version of the app and replace the current version? Also i need the current app files, incase my updated app had some issues so i can revert back the old version of the app.. any advice?
Thanks
We have a Teams App already installed inside our tenant and users are using it:- Now i downloaded the code from this GitHUb site https://github.com/OfficeDev/microsoft-teams-emergency-operations-center >> and i modified the code using visual studio code to apply some customization based on our needs.Now to be able to deploy the updated Teams app, i need the following information inside the Manifest.json file:-AppDomainWebsite urlClientIDnow those should be already defined inside the current app which is already installed inside our Microsoft Teams admin center. but i can not find any option to download the current Teams App from our Teams admin center.. so how i can get these info to be able to upload my updated version of the app and replace the current version? Also i need the current app files, incase my updated app had some issues so i can revert back the old version of the app.. any advice?Thanks Read More