SubMarina
SubMarina

Reputation: 33

Apple receipt validation for iOS7. Add libcrypto.a and libssl.a libraries to XCode project

I need to validate in-app purchase receipts. Apple has released a new approach for receipts, now the receipts can be stored on device in NSBundle. It requires OpenSSL and ASN1 be added to XCode project in order to encode and validate the receipts. I have been searching online for possible solution. No luck(. If anybody has done it already, please help. 1. I need to use OpenSSL and ASN1, add libraries libcrypto.a and libssl.a 2. Write a code for validating receipts for iOS7.

Upvotes: 2

Views: 2109

Answers (2)

Camille G.
Camille G.

Reputation: 3246

I guess you will found what you are looking for here :

http://ataugeron.github.io/blog/blog/2013/09/23/app-store-receipt-validation-on-ios-7/

Upvotes: 0

Related Questions