从 Microsoft 商店中托管的应用获取订阅和应用内购买信息

Getting subscription & in-app purchase information from an App hosted in Microsoft store

我们在 Microsoft 商店中托管了一个应用程序。 我们想要,

  1. 使用java/springboot

    从后端访问应用的subscription/in-app购买信息
  2. 我们可以用来验证或通信的 MS Store Rest API 是什么。

因为我们是第一次这样做,所以任何指针或代码示例都将是绝对有用的。 提前致谢。

您可以使用 Microsoft Store 集合 APIMicrosoft Store 购买 API 来访问权利信息从您的服务中获取这些产品。这些 API 由 REST 方法组成,旨在供开发人员使用受跨平台服务支持的附加目录。例如,Microsoft Store 集合 API 可以查询用户拥有的产品Microsoft Store 购买 API 可以获得用户订阅

您可以了解有关如何使用 Microsoft Store 集合 APIMicrosoft Store 购买 API[= 的完整过程27=] 这里:Manage product entitlements from a service. And if you want to get the subscription information of the user, you could take a look at Get subscriptions for a user,其中包含完整的请求示例和响应正文。