Plugin.InAppBilling 总是 returns "Invalid Product" 在 Xamarin.iOS

Plugin.InAppBilling always returns "Invalid Product" on Xamarin.iOS

我一直在努力实现 Plugin.InAppBilling NuGet package for the last weeks and trying to run the "Get Product Details" example from the documentation page
但是,行

var items = await billing.GetProductInfoAsync(ItemType.InAppPurchase, productIds);

总是抛出“PurchaseError.InvalidProduct”异常。

我非常确定 AppStoreConnect 中的所有设置都正确无误,并且我已完全按照文档进行操作。
我正在尝试为 MonoGame 应用程序实现此功能,该应用程序使用 Xamarin 托管应用程序,这就是为什么我使用 InAppBilling-Plugin 的推荐版本“5.3.2-beta”。

这是常见错误还是有任何已知的解决方法?

最好的问候,
多库格

Plugin.InAppBilling 版本 5.3.3-beta 解决了这个问题。