Hey RC folks! ππ»
Iβm trying to determine after a purchase is made whether or not the purchase was a trial or not. Iβm using `try await Purchases.shared.purchase(product: storeProduct)` to make the purchase.
My initial solution was to iterate through the active entitlements i.e `results.customerInfo.entitlements.active` and try to see if there was a trial, but I was wondering if thereβs a more elegant way to do so?
Thanks in advance!
Question
Checking if a purchase is a trial

This post has been closed for comments
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.