【发布时间】:2013-06-05 07:52:23
【问题描述】:
在验证自动续订订阅的收据时,我是否需要像对receipt_data 所做的那样对共享密钥进行编码?
请告诉我
{
"receipt-data" : "(receipt bytes here)",
"password" : "(shared secret bytes here)"
}
【问题讨论】:
标签: iphone ios ios4 in-app-purchase
在验证自动续订订阅的收据时,我是否需要像对receipt_data 所做的那样对共享密钥进行编码?
请告诉我
{
"receipt-data" : "(receipt bytes here)",
"password" : "(shared secret bytes here)"
}
【问题讨论】:
标签: iphone ios ios4 in-app-purchase
试试这个解决你所有的困惑https://github.com/MugunthKumar/MKStoreKit
【讨论】:
共享密钥只是一个字符串——按“密码”参数原样传递。它不像收据那样是 base64 编码的。
【讨论】: