Android in-app purchase server signature verification using php OpenSSL

前端 未结 2 1105
萌比男神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: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.

提交回复
热议问题