Android in-app purchase server signature verification using php OpenSSL

前端 未结 2 1100
萌比男神i
萌比男神i 2020-12-13 06:45

In an attempt to follow some of the security guidelines for in-app purchase here: http://developer.android.com/guide/market/billing/billing_best_practices.html

I am

相关标签:
2条回答
  • 2020-12-13 07:42

    I've written a library for verifying Android Market licensing responses and it's available on Google Code.

    It just takes a few lines of PHP to verify a license, and the formatting of keys and OpenSSL stuff is taken care of for you.

    0 讨论(0)
  • 2020-12-13 07:45

    Is it possible to use cURL in your PHP script, rather than the stuff built into PHP streams. I've used them before, and have found the problems more rare, and the error messages more verbose.

    0 讨论(0)
提交回复
热议问题