OStack程序员社区-中国程序员成长平台

标题: ios - iOS7 的 Apple 收据验证。将 libcrypto.a 和 libssl.a 库添加到 XCode 项目 [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-13 04:44
标题: ios - iOS7 的 Apple 收据验证。将 libcrypto.a 和 libssl.a 库添加到 XCode 项目

我需要验证应用内购买收据。 Apple 发布了一种新的收据方法,现在收据可以存储在设备上的 NSBundle 中。它需要将 OpenSSL 和 ASN1 添加到 XCode 项目中,以便对收据进行编码和验证。我一直在网上寻找可能的解决方案。没有运气(。如果有人已经这样做了,请帮忙。 1.我需要使用OpenSSL和ASN1,添加库libcrypto.a和libssl.a 2.编写iOS7收据验证代码。



Best Answer-推荐答案


我从这里使用 ASN1:http://sourceforge.net/projects/asn1c/

这是我用于 OpenSSL 的:http://www.cvursache.com/2013/08/13/How-To-Build-openssl-For-iOS/

关于使用 OpenSSL 和 ASN1 的深入信息,我想知道您是否找到了全面的资源。我从各种来源拼凑出我能做到的东西。我看了看:

  1. WWDC 2013 session “使用收据保护您的数字销售”。
  2. https://github.com/rmaddy/VerifyStoreReceiptiOS
  3. http://www.umich.edu/~x509/ssleay/x509_store.html
  4. https://developer.apple.com/library/ios/releasenotes/General/ValidateAppStoreReceipt/Chapters/ValidateLocally.html
  5. How to print a BIO object in opensl or print time from ASN1_TYPE object
  6. http://lionet.info/asn1c/asn1c-usage.html#SECTION02211000000000000000
  7. https://developer.apple.com/library/mac/releasenotes/General/ValidateAppStoreReceipt/Introduction.html
  8. https://developer.apple.com/library/ios/releasenotes/General/ValidateAppStoreReceipt/Introduction.html
  9. IA5STRING ASN.1 coding format: in-app purchase receipt validation and decoding
  10. How to format convert the string 2013-01-27T02:31:47+08:00 into NSDate
  11. http://luca.ntop.org/Teaching/Appunti/asn1.html

关于ios - iOS7 的 Apple 收据验证。将 libcrypto.a 和 libssl.a 库添加到 XCode 项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19386433/






欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) Powered by Discuz! X3.4