在验证自动续订订阅的收据时,我是否需要像对receipt_data 所做的那样对共享密钥进行编码?
请告诉我
{
"receipt-data" : "(receipt bytes here)",
"password" : "(shared secret bytes here)"
}
在验证自动续订订阅的收据时,我是否需要像对receipt_data 所做的那样对共享密钥进行编码?
请告诉我
{
"receipt-data" : "(receipt bytes here)",
"password" : "(shared secret bytes here)"
}
试试这个来解决你所有的困惑https://github.com/MugunthKumar/MKStoreKit
共享秘密只是一个字符串——按“密码”参数原样传递。它不像收据那样是 base64 编码的。