Forum Discussion
TimaracM
Jul 16, 2023Copper Contributor
Teams app after publish not showing personal tabs
Hello, I'm having issues with publishing apps from Dev portal. When testing works all fine, but when publishing via Admin center to orgsnisation wide its not showing the tabs. Hoping for some assistance , thanks in advance!
12 Replies
- Meghana-MSFTFormer Employee
TimaracM - Could you please share below details on this issue?
- As per my understanding you are creating an app from developer portal and adding personal tab. You have uploaded the app from Teams Admin center, after adding this app in Teams it does not show the tabs. Could you please confirm this?
- Please share your app package with us?
- TimaracMCopper Contributor
Meghana-MSFT Yes, you read that correctly.
Here is the manifest.{ "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.16/MicrosoftTeams.schema.json", "version": "1.0.2", "manifestVersion": "1.16", "id": "140e7be6-63a8-4d7e-abe8-7f4aa058bc7e", "packageName": "", "name": { "short": "Projekte", "full": "Teamsware Enterprise Projekte" }, "developer": { "name": "Teamsware GmbH", "mpnId": "*******", "websiteUrl": "https://www.teamsware.eu", "privacyUrl": "https://www.teamsware.eu/datenschutzerklaerung/", "termsOfUseUrl": "https://www.teamsware.eu/impressum/" }, "description": { "short": "Projekte", "full": "Übersicht der Projekte und Arbeitsbereiche" }, "icons": { "outline": "outline.png", "color": "color.png" }, "accentColor": "#ffffff", "staticTabs": [ { "entityId": "19991", "name": "Alle", "contentUrl": "https://0mmjh.sharepoint.com/_layouts/15/teamslogon.aspx?SPFX=true&dest=/sites/Workspaces/SitePages/Home.aspx", "scopes": [ "personal" ] }, { "entityId": "46e7ff3f-93f3-4738-a36e-b3c897bd37f9", "name": "Meine", "contentUrl": "https://0mmjh.sharepoint.com/sites/Workspaces/Lists/TW_PRM_PRJ/my.aspx", "scopes": [ "personal" ] }, { "entityId": "b0232734-674d-436e-89f6-8ae40d694997", "name": "beantragen / erstellen", "contentUrl": "https://0mmjh.sharepoint.com/sites/Workspaces/Lists/TW_PRM_PRJ/newform.aspx", "scopes": [ "personal" ] }, { "entityId": "about", "scopes": [ "personal" ] } ], "validDomains": [ "0mmjh.sharepoint.com" ], "webApplicationInfo": { "id": "00000003-0000-0ff1-ce00-000000000000", "resource": "https://0mmjh.sharepoint.com/" }, "isFullScreen": true, "defaultGroupCapability": { "team": "tab", "groupchat": "tab", "meetings": "tab" }, "configurableProperties": [ "longDescription", "shortDescription", "name", "accentColor", "smallImageUrl", "largeImageUrl" ], "authorization": { "permissions": { "orgWide": [], "resourceSpecific": [] } } }
I created from scratch a new app and it works now. But I'm still curius what's the issue in here.
Thanks for replying.- Meghana-MSFTFormer EmployeeWe could not test this as we are not part of the Sharepoint directory. Could you please let us know if you are still facing this issue with older app?