Updates from: 06/11/2022 01:20:59
Service Microsoft Docs article Related commit history on GitHub Change details
platform Create Partner Center Dev Account https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/concepts/deploy-and-publish/appsource/prepare/create-partner-center-dev-account.md
The following resources can also assist:
</details>
-## Update Apple Developer ID on Partner Center
+## Update Apple App Store Connect Team ID on Partner Center
-For enabling users to install your app on the Teams iOS platform, you must update your Apple Developer ID in the Microsoft Partner Center. To update your Apple Developer ID, follow these steps:
+For enabling users to install your app on the Teams iOS platform, you must update your Apple App Store Connect Team ID in the Microsoft Partner Center. To update your Apple App Store Connect Team ID, follow these steps:
1. Login to [Microsoft Partner Center](https://partner.microsoft.com/dashboard/home) using the global admin credentials. 1. Select the settings icon from the upper right corner of the page. 1. Go to the **Legal info** section under **Organization profile** from the left pane. 1. Select the **Developer** tab.
-1. Type your Apple Developer ID.
+1. Type your Apple App Store Connect Team ID.
1. Go to the offer page and republish your Teams app.
- Your Apple Developer ID is now updated in Microsoft Partner Center.
+ Your Apple App Store Connect Team ID is now updated and users can install your app on the Teams iOS platform.
+
+To get Apple App Store Connect Team ID from Apple Developer portal, follow these steps:
+
+1. Login to [Apple Developer Center](https://developer.apple.com/).
+1. Select **Account** and go to **Membership**.
+1. You'll find the **Apple App Store Connect Team ID** under **Membership**.
## Next step
platform Teamjs Version Details https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/includes/teamjs-version-details.md
+| |[TeamsJS](/javascript/api/overview/msteams-client) version | [App manifest](../resources/schem) version| Next steps|
+|||--||
+|**Teams apps extended to Office/Outlook**| TeamsJS v.2.0 or later | **1.13** or later | [Extend a Teams app to run across Microsoft 365](../m365-apps/extend-m365-teams-personal-tab.md) or [Create a new Microsoft 365 app](../m365-apps/extend-m365-teams-personal-tab.md#quickstart) |
+|**Existing Teams-only apps**| Update to TeamsJS v.2.0 when possible (v.1.12 is still supported*) | 1.12 | [Understand TeamsJS backwards compatibility](../tabs/how-to/using-teams-client-sdk.md#backwards-compatibility) and [Update to TeamsJS v.2.0](../tabs/how-to/using-teams-client-sdk.md#updating-to-the-teams-client-sdk-v200)|
+|**New Teams-only apps**| TeamsJS v.2.0 or later | 1.12 | [Create a new Teams app using Teams Toolkit](../toolkit/create-new-project.md)|
+
+**Use the latest TeamsJS (v.2.0 or later) whenever possible, in order to leverage from the latest improvements and new feature support including Teams-only apps. TeamsJS v.1.12 continue to be supported, however, no new features or improvements will be added. The 1.12 and 1.13 schemas are otherwise the same. For more information on TeamsJS, see [Teams JavaScript client SDK](../tabs/how-to/using-teams-client-sdk.md).*
platform Manifest Schema https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/resources/schema/manifest-schema.md
keywords: teams manifest schema
The Microsoft Teams app manifest describes how your app integrates into the Microsoft Teams product. Your app manifest must conform to the schema hosted at [`https://developer.microsoft.com/json-schemas/teams/v1.13/MicrosoftTeams.schema.json`]( https://developer.microsoft.com/json-schemas/teams/v1.13/MicrosoftTeams.schema.json). Previous versions 1.0, 1.1,...,1.12 and the current 1.13 version (see note below) are each supported (using "v1.x" in the URL). For more information on the changes made in each version, see [manifest change log](https://github.com/OfficeDev/microsoft-teams-app-schema/releases).
-> [!Important]
-> Version `1.13` of the Microsoft Teams app manifest schema enables support for [extending Teams apps to Outlook and Office](../../m365-apps/overview.md). For Teams-only apps, use version `1.12` (or earlier). The 1.12 and 1.13 schemas are otherwise the same. Refer to [Teams JavaScript client SDK](/microsoftteams/platform/tabs/how-to/using-teams-client-sdk?tabs=javascript%2Cmanifest-teams-toolkit) overview for further guidance.
+The following table lists TeamsJS version and app manifest versions as per different app scenarios:
+ The following schema sample shows all extensibility options:
platform Using Teams Client Sdk https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/tabs/how-to/using-teams-client-sdk.md
Starting with version `2.0.0`, the existing Teams client SDK (`@microsoft/teams-
Here's the current versioning guidance for various app scenarios:
-| |[TeamsJS](/javascript/api/overview/msteams-client) version | [App manifest](../../resources/schem) version| Next steps|
-|||--||
-|**Teams apps extended to Office/Outlook**| TeamsJS v.2.0 or later | **1.13** or later | [Extend a Teams app to run across Microsoft 365](../../m365-apps/extend-m365-teams-personal-tab.md) or [Create a new Microsoft 365 app](../../m365-apps/extend-m365-teams-personal-tab.md#quickstart) |
-|**Existing Teams-only apps**| Update to TeamsJS v.2.0 when possible (v.1.12 is still supported*) | 1.12 | [Understand TeamsJS backwards compatibility](#backwards-compatibility) and [Update to TeamsJS v.2.0](#updating-to-the-teams-client-sdk-v200) |
-|**New Teams-only apps**| TeamsJS v.2.0 or later | 1.12 | [Create a new Teams app using Teams Toolkit](../../toolkit/create-new-project.md) |
-
-**Best practice is to use the latest TeamsJS (v.2.0 or later) whenever possible, in order to benefit from the latest improvements and new feature support (even for Teams-only apps). TeamsJS v.1.12 will continue to be supported, but no new features or improvements will be added.*
The remainder of this article will walk you through the structure and latest updates to the Teams JavaScript client SDK.