AppStore crash on start

I finally submitted a new version of my app to the AppStore. The reviewer told me that the app crashes on start. I have asked for the session logs that my app writes.

The receipt verification is the only thing that came immediately to my mind:

dim a as new AppReceiptVerificatorMBS
if not a.verifyAppReceipt then quit
Return True

Is this still correct?

If the receipt test fails you need to exit with code 173

Okay, didn’t know that.

that is why AppReceiptVerificatorMBS class has ExitApp method.