Migrating from Xamarin to MAUI: InAppBilling plugin is now archived, Now I have an issue on it #30003
AngeloLazzari
started this conversation in
Upgrading from Xamarin
Replies: 1 comment 1 reply
-
@AngeloLazzari check this discussion. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we are migrating our Xamarin app to MAUI. We are using the James Montemagno In app billing plugin but now we see the
await billing.GetProductInfoAsync(ItemType.Subscription, productIds);
is not returning any info about our product ids we passed... ( the xamarin version is still running and it works) so, we don't know if the problem is that the plugin is not compoatible with .net9 or we have any problem with the configuration of the project: we have all the same appID, all the same, what it can be?
There are any alternative to the inAppBillling plugin?
Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions