Posts

Post not yet marked as solved
12 Replies
0 Views
And the nightmare continues, I've tried new MacOS, updated XCode, everything, same issue. Here a more detailed log from Console, everything points to a problematic AppStore sandbox receipt server: default 14:57:06.387845+0100 storeuid <StoreKitClient: 0x7fa18b242600>: Initializing client from bundle URL: file:///Users/victor/TPBuilds/BuildMac/***.app/ default 14:57:06.399105+0100 storeuid <StoreKitClient: 0x7fa18b242600>: Using active account. Sandbox: 1, receipt exists: NO, receipt is stub: NO default 14:57:06.400569+0100 commerce storeuid[1335] starting request app-receipt-create default 14:57:06.579773+0100 commerce <CKStoreRequest: 0x7f8dc1d67830> https://p100-sandbox.itunes.apple.com/WebObjects/MZFinance.woa/wa/createAppReceipt default 14:57:07.285964+0100 commerce StoreSession: StatusCode: 200; ; Environment: SB-MR; URL: https://p100-sandbox.itunes.apple.com/WebObjects/MZFinance.woa/wa/createAppReceipt error 14:57:07.291059+0100 storeuid <ReceiptRefreshRequest: 0x7fa189416420>: No receipt data in response error 14:57:07.291232+0100 storeuid <ReceiptRefreshRequest: 0x7fa189416420>: Error fetching receipt for com.***.yyyy - Error Domain=com.apple.commerce.client Code=500 "(null)"
Post marked as solved
12 Replies
0 Views
Dear @eskimo, could you, please, provide us any support for this issue? I've been doing the same process for the same app for 9 years, same build, sandbox in-app, etc, etc. Now, without changing anything, I am completely blocked with the error described in this thread. I've tried just everything possible, from new certificates, cancelling and recreating all certificates, etc, etc. But nothing, the app closes during startup, log shows: Error fetching receipt for xxxx - Error Domain=com.apple.commerce.client Code=500 “(null)” ‘The operation couldn’t be completed. (com.apple.commerce.client error 500.)’ Then the nightmare message App is damaged ... Instead of relaunching the app asking for the sandbox account login as have always happened. On this thread and a few others, you can see that there are many developers facing the same situation without any alternatives. Thanks in advance, Fernando
Post marked as solved
8 Replies
0 Views
Same here, I am going nuts. A whole day seeing the error, resetting everything and nothing new. Thank for this post, at least I am not alone. Mac Sandbox environment has always been terrible with invalid receipts or insanely long merged ones, but this time the deserve a trophy. Hope they fix it soon, I can't update my app for Mac due to it.
Post not yet marked as solved
82 Replies
0 Views
iOs 14.2 + XCode 12.2 Beta 4 - Still doesn't work. Same problem. Restarting Mac, devices, nothing helps.
Post not yet marked as solved
1 Replies
0 Views
HI,it will call didFinishLaunchingWithOption if app is not opened on background, openUrl otherwise.I managed to make my app got opened/restored with these methods, but when the file is from other apps Documents (iClouds, etc), when i try to read the file from the URL, i can't as my app does not have permission to read it. When it is on my app's Documents, it works. Do you have any idea how to handle it? The main reason to support Files app was to access the files from iCloud drive.Thanks!