2

Is anyone now online able to perform receipt validation in a Mac application?

  1. Have you used the ASN generated files in the application?

  2. Are you able to produce a sample receipt by automatic popup of the iTunes authentication?

Michael Petrotta
  • 59,888
  • 27
  • 145
  • 179
aravind
  • 23
  • 3

3 Answers3

1

The best way I know to check receipts is by letting Receigen generate the code - different for each new version. It's probably more secure than what you can develop in a reasonable time.

pi3
  • 1,235
  • 13
  • 15
0

I've got an example receipt at my question here (Can Purely On-Device In-App Purchase Receipt Validation Be Done With iOS6?). I've generated the ASN files and am trying to use them now. I used the compiler here. I'm not sure if it all works though, just starting testing in earnest now.

Chris.

Community
  • 1
  • 1
Chris Prince
  • 7,288
  • 2
  • 48
  • 66
0

I have it working, but i am using open source code to do it. Using this code in your main , and changing your app bundleID/version, it validates the receipt.

In this question you can see the code i used.

Mac App Store Receipt Validation Code?

Community
  • 1
  • 1
Ernesto
  • 510
  • 3
  • 10