RevenueCat / react-native-purchases

React Native in-app purchases and subscriptions made easy. Support for iOS and Android.
https://www.revenuecat.com
MIT License
691 stars 77 forks source link

The receipt is not valid. storekit testing iOS #1006

Closed ashurajput1 closed 3 weeks ago

ashurajput1 commented 1 month ago

i implemented storekit to test the subscription but it get this error please resolve asap

Optional(Error Domain=RCPurchasesErrorDomain Code=8 "The receipt is not valid." UserInfo={NSUnderlyingError=0x600000c69f80 {Error Domain=RCBackendErrorDomain Code=7103 "The receipt is not valid." UserInfo={NSLocalizedDescription=The receipt is not valid.}}, finishable=true, successfullySynced=true, readable_error_code=INVALID_RECEIPT, NSLocalizedDescription=The receipt is not valid.}) nil

RCGitBot commented 1 month ago

👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out!

ashurajput1 commented 1 month ago

please hurry up

ashurajput1 commented 1 month ago

solution ??

HaleyRevcat commented 1 month ago

Hi, usually the 'receipt is not valid' error indicates an error with configuration. Can you confirm a few things for me?

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