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