jamesmontemagno / InAppBillingPlugin

Cross-platform In App Billing Plugin for .NET
MIT License
668 stars 153 forks source link

Specify Base Plan ID when making Subscription Purchase - Android Billing #651

Open DanCodes1414 opened 3 days ago

DanCodes1414 commented 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);

Screenshot 2024-11-21 at 11 27 33 AM