###NPReceiptVerification Drop-in Mac App Store Receipt Verification
By Nick Paulson
###Installation
- Add this file to your project
- Change the values of kReceiptBundleVersion and kReceiptBundleIdentifier at the top of NPReceiptVerification.m to your own values. These must be equivalent to CFBundleShortVersionString and CFBundleIdentifier, respectively. (These are found in your Info.plist file)
That's it!
###License
This code is released under the MIT License. See LICENSE for more information.
###Thank You Thank you to roddi's ValidateStoreReceipts which I used as an example and some code from. That can be found here.
Also, thank you to Craig Hockenberry for his recommendation on making the app useless after exit(173).