如何在我的服务器上查看购买状态?
How to check purchase status on my server?
我知道我们可以在设备端使用下一个代码:
licenseInformation.ProductLicenses["product"].IsActive
但是我想在我的服务器上查看购买。我该怎么做?
如果我理解得很好,新的 Windows Store API 将对您有好处:
https://msdn.microsoft.com/en-us/library/windows/apps/mt609002.aspx
If you have a catalog of apps and in-app products (IAPs), you can use
the Windows Store collection API and Windows Store purchase API to
access ownership information for these products from your services.
我知道我们可以在设备端使用下一个代码:
licenseInformation.ProductLicenses["product"].IsActive
但是我想在我的服务器上查看购买。我该怎么做?
如果我理解得很好,新的 Windows Store API 将对您有好处: https://msdn.microsoft.com/en-us/library/windows/apps/mt609002.aspx
If you have a catalog of apps and in-app products (IAPs), you can use the Windows Store collection API and Windows Store purchase API to access ownership information for these products from your services.