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?
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 thatisTrialPeroid
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
?