Skip to main content
Sticky

iOS 'Receipt is invalid' Megathread

  • February 8, 2023
  • 54 replies
  • 5161 views

Show first post

54 replies

Forum|alt.badge.img+3
  • New Member
  • June 20, 2024

I’m still getting this error as of today, does anyone know why this is happening?


Forum|alt.badge.img+3
  • New Member
  • September 11, 2024

In a physical device there is no problem for me it work without a problem but I cannot make a test purchase in simulator. I recieve this response The receipt is not valid.

Probably there is a reason for that but habe idea to be honest.


Forum|alt.badge.img+6
  • Helper
  • December 4, 2024

I started to get this error around 2 weeks after the integration.

When I run it on the device with a test user added I started to get this error.

I’m on Unity where I never got such an error with Unity IAP, but revenuecat is always gave headaches. 

I assumed I don’t need to set up Storekit testing because I’m on real device. Right?


Forum|alt.badge.img+8
  • RevenueCat Staff
  • December 5, 2024

Hi, usually the 'receipt is not valid' error indicates an error with configuration. You’ll want to check the following:
- You've followed the StoreKit test guide (valid for simulator and device): https://docs.revenuecat.com/docs/apple-app-store#ios-14-only-testing-on-the-simulator
- You're using the latest Purchases SDK
- You've re-uploaded the StoreKit certificate after making any changes to products or code-signing
- You've confirmed the Bundle ID and shared secret are set correctly for your app
- All of your products in the StoreKit file are listed in the RevenueCat dashboard

Additionally, are you using any third-party SDK's that could be interfering with the validation process?