Open DanCodes1414 opened 3 days ago
When making a purchase, there is only the option to provide the Subscription ID, and not the Base Plan ID. var purchase = await CrossInAppBilling.Current.PurchaseAsync(request.PlanId, ItemType.Subscription);
Subscription ID
Base Plan ID
var purchase = await CrossInAppBilling.Current.PurchaseAsync(request.PlanId, ItemType.Subscription);
When making a purchase, there is only the option to provide the
Subscription ID
, and not theBase Plan ID
.var purchase = await CrossInAppBilling.Current.PurchaseAsync(request.PlanId, ItemType.Subscription);