jamesmontemagno / InAppBillingPlugin

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

Trial Eligibility #625

Open cvazquez08 opened 2 months ago

cvazquez08 commented 2 months ago

I am discovering using inAppBilling.GetPurchasesAsync(ItemType.Subscription) to determine if a specific user has already used the introductory offer, but I do not see that isTrialPeroid is being passed through from the receipt. (Not sure what the Google equivalent is here).

Is there another way we can accomplish this using InAppBiliing?

bobbygibson commented 2 months ago

That would be really helpful!