Solved

Expo RevenueCat using TestFlight - The receipt is not valid

  • 21 October 2022
  • 9 replies
  • 219 views

Badge +1

I have integrated into our React Native Expo app RevenueCat, following all the guides step by step.

I publish the app to TestFlight today and I can see the purchase popup and product information correctly. 

After purchasing the product I see a message saying: “You’re all set, your purchase was successfull.”

And just after that message we are doing an alert with the value of “productIdentifier” property.

const {customerInfo, productIdentifier} = await Purchases.purchasePackage(expertAdvicePackage);
Alert.alert(JSON.stringify(productIdentifier));

The alert shows this:

 

We already checked bundle id and app shared secret and everything matches exactly as in the AppStore. 

This is killing me because I can’t pass this point and need to move this into production asap.

 

Appreciate any help or advice.

 

Kind regards,

 

icon

Best answer by Miguel Carranza 21 October 2022, 22:53

View original

9 replies

Userlevel 2
Badge +6

Hi Alejandro,

 

This is weird, I can only think two scenarios for this happening:

  • wrong API key in the app (unlikely if you are able to fetch offerings)
  • wrong shared secret in the dashboard (most likely scenario)

I would triple check the shared secret, and if it’s correct, it might be worth to create a support ticket providing more details about your app.

Badge +2

Same problem here.

Did you found the problem?

Userlevel 1
Badge +3

Did you found the problem?

Badge +2

This is funny you are asking that today.

It was working until today, and I am getting same error. It makes me crazy...

Userlevel 1
Badge +3

This is funny you are asking that today.

It was working until today, and I am getting same error. It makes me crazy...

It's frustrating. Everything was functioning correctly and upon further inspection, I found nothing wrong on my end. Can we please find a solution?

Badge +2

I am creating a new project, starting from Scratch. Same thing…

Let me know if you find something

Userlevel 1
Badge +2

I am creating a new project, starting from Scratch. Same thing…

Let me know if you find something

Same problem since today !! it’s crazy everything was working great yesterday

Userlevel 1
Badge +3

☹️☹️☹️☹️☹️

Badge +2

The problem is from Apple.

App Store - Receipt Verification - Outage

https://developer.apple.com/system-status/

Reply