Forum Discussion
DominikA9522
Mar 13, 2024Brass Contributor
Custom App is not working anymore in Teams 2.0
Hello, we created a custom app for Teams to connect to a SPO Site directly from MS Teams. This app worked well for the last weeks. But now it could not be opened by many Teams 2.0 users. The ...
DominikA9522
Brass Contributor
Hi,
attached with example data.
Thank you!
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.16/MicrosoftTeams.schema.json",
"version": "1.0.5",
"manifestVersion": "1.16",
"id": ".........................",
"packageName": "com.package.name",
"name": {
"short": "App Name",
"full": "Long App Name"
},
"developer": {
"name": "Comanyname",
"mpnId": "",
"websiteUrl": "http://mycompany.de",
"privacyUrl": "https://mycompany.de",
"termsOfUseUrl": "https://mycompany.de"
},
"description": {
"short": "My App in Sharepoint",
"full": "My App in Sharepoint"
},
"icons": {
"outline": "outline.png",
"color": "color.png"
},
"accentColor": "#ededed",
"staticTabs": [
{
"entityId": "....................",
"name": "My App Tab",
"contentUrl": "https://mycompany.sharepoint.com/sites/mysite",
"scopes": [
"personal"
]
},
{
"entityId": "about",
"scopes": [
"personal"
]
}
],
"validDomains": [
"mycompany.sharepoint.com"
],
"showLoadingIndicator": true,
"defaultGroupCapability": {}
}
attached with example data.
Thank you!
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.16/MicrosoftTeams.schema.json",
"version": "1.0.5",
"manifestVersion": "1.16",
"id": ".........................",
"packageName": "com.package.name",
"name": {
"short": "App Name",
"full": "Long App Name"
},
"developer": {
"name": "Comanyname",
"mpnId": "",
"websiteUrl": "http://mycompany.de",
"privacyUrl": "https://mycompany.de",
"termsOfUseUrl": "https://mycompany.de"
},
"description": {
"short": "My App in Sharepoint",
"full": "My App in Sharepoint"
},
"icons": {
"outline": "outline.png",
"color": "color.png"
},
"accentColor": "#ededed",
"staticTabs": [
{
"entityId": "....................",
"name": "My App Tab",
"contentUrl": "https://mycompany.sharepoint.com/sites/mysite",
"scopes": [
"personal"
]
},
{
"entityId": "about",
"scopes": [
"personal"
]
}
],
"validDomains": [
"mycompany.sharepoint.com"
],
"showLoadingIndicator": true,
"defaultGroupCapability": {}
}
Vaibhav-MSFT
Mar 15, 2024Microsoft
Hello DominikA9522,
We tested using the manifest shared, however it seems to be working fine in Classic Teams and New Teams web client but not in New Teams desktop client. Can you let us know if you are facing the issue only in Web Client?
- DominikA9522Mar 15, 2024Brass ContributorHello Vaibhav-MSFT ,
we're facing the issue only in Teams Desktop NEW.
The Teams Desktop Classic is working
Teams WebClient and Teams WebClient New is working
Thank you- Vaibhav-MSFTMar 18, 2024Microsoft
DominikA9522,
Thanks for letting us know. We raised a bug for this issue, we will keep you posted on the updates.
Thank you!!- DominikA9522Mar 18, 2024Brass ContributorVaibhav-MSFT
Thanks for you help. When do you think you come with an update/Fix to this solution?
1st April Teams New will be enforced and then not working for any of our 6000 users...