The OpenIap.Maui.Iap namespace shadows the OpenIap.Maui.Iap class. Workaround: ```using IapApi = OpenIap.Maui.Iap;``` But it is a bad design that should be changed.
The OpenIap.Maui.Iap namespace shadows the OpenIap.Maui.Iap class.
Workaround:
using IapApi = OpenIap.Maui.Iap;But it is a bad design that should be changed.