MicrosoftDocs / msteams-docs

Source for the Microsoft Teams developer platform documentation.
https://aka.ms/teamsdev
Creative Commons Attribution 4.0 International
277 stars 501 forks source link

SupportedPlatforms missing from manifest.json in 1.11 #4521

Closed kpfeuffer closed 2 years ago

kpfeuffer commented 2 years ago

When using the Viva Connections Desktop Script, the generated Package contains the following option with manifest version 1.9

You could use the option supportedPlatform to hide the app from Teams for Android and iOS by only entereing desktop.

{
    [...]
    "staticTabs": [
        {
           [...]
            "scopes": ["personal"],
            "supportedPlatform" : ["desktop"]
        }
    ],
    [...]
}

I couldnt find any reference to that point in the Schema of Manifest Version 1.11 found here

The removal was not mentioned in the documentation as far as I know.

When uploading the Package in the Teams Developer Portal, the Manifest seems to be updated to the Version 1.11 when checkin in the old Developer Portal's Manifest Previewl.

Has the option to limit Teams Apps to the Desktop been removed?

ghost commented 2 years ago

Hi kpfeuffer! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies.

Best regards, Teams Platform

Prasad-MSFT commented 2 years ago

@kpfeuffer According to this doc(https://docs.microsoft.com/en-us/microsoftteams/platform/resources/schema/manifest-schema#statictabs), the property "supportedPlatform" doesn't seems to be supported.

kpfeuffer commented 2 years ago

Is there a migration-path for desktop-only apps in Microsoft Teams (so Viva Connection Desktop still works) or is the feature completely deprecated?

Prasad-MSFT commented 2 years ago

Its still supported for 1P apps

Meghana-MSFT commented 2 years ago

@kpfeuffer - Closing this issue. Please feel free to reopen if you have any queries.

Thank you.

ghost commented 2 years ago

Tell us about your experience!

Hi kpfeuffer! This issue is closed in our system. We would like your feedback on your experience with our support team and Platform.

Best regards, Teams Platform