StoreKit.StoreKitError error 1 after upgrade #3092
Unanswered
renatomserra
asked this question in
Q&A
Replies: 1 comment
-
|
This error commonly occurs when upgrading from v12/v13 (StoreKit 1) to v14+ (StoreKit 2). What does StoreKitError error 1 mean?In StoreKit 2, error code 1 typically indicates:
Solutions1. Check App Store Connect Agreements (Most Common)
2. Verify iOS VersionStoreKit 2 requires iOS 15.0+. Check your platform :ios, '15.0'3. Clean Buildcd ios && rm -rf Pods Podfile.lock build && pod install --repo-update4. Simulator TestingFor simulator, add a StoreKit Configuration file:
Your Code is CorrectThe issue is configuration-related, not code-related. Your implementation looks fine. Debugging Checklist
References |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I assume my ugprade broke it as i have my app in prod with old version so my app store agreemnts etc should be good.
I just upgraded react native to 0.81.5.
Also upgraded IAP from 12.15.6 to 14.4.44 and started getting this error when doing fetchProducts replacing the old method:
[RN-IAP] Error fetching products: Error: PurchaseError(code: OpenIAP.ErrorCode.queryProduct, message: "The operation couldn’t be completed. (StoreKit.StoreKitError error 1.)", productId: nil)I dont know what i could be doing wrong/missing in terms of setup.
this is how im fetching products
Beta Was this translation helpful? Give feedback.
All reactions