googles .NET 客户端库是否支持订阅和付款验证?

Does googles .NET client Library support subscriptions and payments verification?

我注意到 google 在 .net API 列表中有 Google Play Developer API 部分 (https://developers.google.com/api-client-library/dotnet/apis/), but it references to android publisher. Does it have .NET API connector for android developer API features like purchases and subscriptions verification (https://developers.google.com/android-publisher/api-ref/purchases/subscriptions)?

google.net 客户端库是从发现服务api 生成的。该列表 https://www.googleapis.com/discovery/v1/apis 中支持的任何 api。我无法告诉您该页面是如何生成的,它可能是最新的也可能不是最新的。

应该作为 nuget 包找到。

它似乎支持三个不同版本的 android 发布者 api

nuget 包确实存在

https://www.nuget.org/packages/Google.Apis.AndroidPublisher.v3

如果 API 支持它,它应该在包中工作,因为它再次从 api 本身的发现文档生成。

是的,包 https://www.nuget.org/packages/Google.Apis.AndroidPublisher.v3 可以使用订阅和付款

应使用

PurchasesResource class 属性 ProductsSubscriptions。 以下是文档:https://developers.google.com/android-publisher/api-ref/purchases/subscriptions