Code=4097 "connection to service named com.apple.storekitd"

StoreKit don't work with iOS 17.4. After updating to iOS 17.4 our users can't make any purchases in App. Its very critical bug that affected our App.

<SKPaymentQueue: 0x302bb4670>: Error in remote proxy while checking server queue: Error Domain=NSCocoaErrorDomain Code=4097 "connection to service named com.apple.storekitd" UserInfo={NSDebugDescription=connection to service named com.apple.storekitd}

[df94_SK2] Failed in XPC product request products(IDs: ["report"]): Error Domain=NSCocoaErrorDomain Code=4097 "connection to service named com.apple.storekitd" UserInfo={NSDebugDescription=connection to service named com.apple.storekitd}

Does anyone know what to do?

Replies

Please take a look at this post: https://developer.apple.com/forums/thread/748032

  • All features from the StoreKit framework don't work in the app. For example, the SKStoreReviewController.requestReview(in: scene) method also sends an error: NSCocoaErrorDomain Code=4097, indicating a connection issue with the com.apple.storekitd service. Creating a new product with a shorter identifier length didn't work.

Add a Comment