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.

link|improve this question
Figured it out: Because of an entity name change, and my not editing everywhere I needed to, the (correct) bundle id in the app in iTunes Connect and the (incorrect) bundle id in the app did not match. Also of note, if you return 173, get a receipt, get re-launched, and return 173 again, you get an error message telling you the app is corrupted and needs to be downloaded again. So, on to debugging receipt validation ;-) – Scott Ribe Aug 9 '11 at 20:15
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.