Hi. I’m try to buy the product:
const result = await Purchases.purchasePackage(this.selectedPackage);
It’s resolves success, but result.customerInfo.entitlements.active is empty. In Xcode i receive following warning:
Transaction '2000000463276919' will not be finished: it's a non-subscription and it's missing in CustomerInfo list: s]
What’s happening?