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

I have been trying to implement the Plugin.InAppBilling NuGet package for the last weeks and trying to run the "Get Product Details" example from the documentation page.
However, the line

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

always throws the "PurchaseError.InvalidProduct" Exception.

I am quite sure that everything is set up correctly within AppStoreConnect and that I have followed the documentation exactly.
I am trying to implement this for a MonoGame application, which uses Xamarin to host the app, which is why I am using the recommended Version "5.3.2-beta" of the InAppBilling-Plugin.

Is this a common error or are there any known workarounds?

Best Regards,
Dokug



Solution 1:[1]

Plugin.InAppBilling Version 5.3.3-beta resolved this problem.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Dokug