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?