Skip to main content

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?

 

Hi, to better investigate this can you enable the Purchases SDK’s debug logs and send them here? You can enable them following our guide here: https://www.revenuecat.com/docs/debugging#section-debugging


So, It resolved on its own. It seems like it was somehow related to the AppStore.


Reply