I cannot seem to get a receipt from the Mac App Store in order to test my receipt validation. I have got my certificates (including the WWDR one) installed, signed the code, set up the test user in iTunes, and got the app status to "Waiting for Upload".
I launch my app in the Finder, it exits with 173, I get the App Store login window, I sign in to the test account, then... nothing... And no receipt ever appears in my app bundle. If I launch the app again, I do not get the App Store login. If I reboot, then launch, I get the App Store login. The only relevant messages logged to console are:
8/8/11 9:37:13 AM com.apple.launchd.peruser.501[216] ([0x0-0x21021].com.sribe.fscanx-he[354]) Exited with exit code: 173
8/8/11 9:37:35 AM storeagent[244] promptResponse: <CKSignInPromptResponse:0x105e24990 returnCode:1>
8/8/11 9:37:35 AM storeagent[244] wrote primary DSID: 1163124140
8/8/11 9:37:35 AM storeagent[244] wrote primary DSID: 1163124140
(That's for the first launch, when I get the login window. Subsequent launches log nothing but the 173 exit.)
I've searched here and apple dev forums and found nothing relevant. I'm closely following the Apple docs on how to do this and I see no clue as to what is going wrong or what to try next.
So I'm basically flailing now, trying anything I can think of. The following all made no difference:
Thought maybe it was because I was launching the app from my project build folder. Copied it to /Applications and launched from there.
Thought maybe it was because the app hadn't been installed like an App Store app. Deleted the one in /applications, used productbuild and sudo install -store to install it in /Applications.
Thought maybe because of instructions floating around the net on how to cheat developers by copying receipts between apps, that Apple had tweaked the Finder to not show them when doing "Show Package Contents". Looked for the receipt at command line using ls -la.