You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are creating an issue for a BUG please fill out this information. If you are asking a question or requesting a feature you can delete the sections below.
Failure to fill out this information will result in this issue being closed. If you post a full stack trace in a bug it will be closed, please post it to http://gist.github.com and then post the link here.
Bug Information
Version Number of Plugin: 7.1.0
Device Tested On: Windows 11 - Maui
Simulator Tested On:
Version of VS: 2022 Enterprise
Version of Xamarin: Maui Core 8
Versions of other things you are using:
Steps to reproduce the Behavior
Created valid (and MSFT) approved in app purchase
Used the product ID in call to GetProductInfoAsync which returns with my product
Attempted to purchase the product using PurchaseAsync which returned null.
Expected Behavior
Should be able to purchase the product, or get an indication of the nature of the problem.
Actual Behavior
Received a null value from this call
Code snippet
var connected = await billing.ConnectAsync();
if (!connected)
return false;
//make additional billing calls
var products = await billing.GetProductInfoAsync(ItemType.InAppPurchase, new string[] { "com.xibcircles.3dshapes" });
Screenshots
The text was updated successfully, but these errors were encountered:
If you are creating an issue for a BUG please fill out this information. If you are asking a question or requesting a feature you can delete the sections below.
Failure to fill out this information will result in this issue being closed. If you post a full stack trace in a bug it will be closed, please post it to http://gist.github.com and then post the link here.
Bug Information
Version Number of Plugin: 7.1.0
Device Tested On: Windows 11 - Maui
Simulator Tested On:
Version of VS: 2022 Enterprise
Version of Xamarin: Maui Core 8
Versions of other things you are using:
Steps to reproduce the Behavior
Created valid (and MSFT) approved in app purchase
Used the product ID in call to GetProductInfoAsync which returns with my product
Attempted to purchase the product using PurchaseAsync which returned null.
Expected Behavior
Should be able to purchase the product, or get an indication of the nature of the problem.
Actual Behavior
Received a null value from this call
Code snippet
Screenshots
The text was updated successfully, but these errors were encountered: