Solved

React Native: Try to buy product - it's a non-subscription

  • 23 November 2023
  • 2 replies
  • 95 views

Badge +2

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: []

What’s happening?

 

icon

Best answer by matthew-p 1 December 2023, 11:27

View original

2 replies

Userlevel 4
Badge +8

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

Badge +2

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

Reply