管理软件包外部测试版

使用 Microsoft Store 提交 API 中的以下方法管理应用的软件包外部测试版。 有关 Microsoft Store 提交 API 的介绍(包括使用 API 的先决条件),请参阅使用 Microsoft Store 服务创建和管理提交

这些方法只可以用于获取、创建或删除软件包外部测试版。 若要为软件包外部测试版创建提交,请参阅管理软件包外部测试版提交中的方法。

方法 URI 说明
GET https://manage.devcenter.microsoft.com/v1.0/my/applications/{applicationId}/flights/{flightId} 获取软件包外部测试版
POST https://manage.devcenter.microsoft.com/v1.0/my/applications/{applicationId}/flights 创建软件包外部测试版
DELETE https://manage.devcenter.microsoft.com/v1.0/my/applications/{applicationId}/flights/{flightId} 删除软件包外部测试版

先决条件

如果尚未开始操作,请先完成 Microsoft Store 提交 API 的所有先决条件,然后再尝试使用其中任何方法。