验证自动续订订阅的收据

问题描述:

验证自动续订订阅的收据时,是否需要像处理receipt_data一样对共享密钥进行编码?验证自动续订订阅的收据

请让我知道

{ 

    "receipt-data" : "(receipt bytes here)", 

    "password"  : "(shared secret bytes here)" 

} 
+0

请让我知道 – user198725878 2012-07-24 05:08:50

试试这个为您解决一切混乱https://github.com/MugunthKumar/MKStoreKit

共享密码是纯粹的字符串 - 将其作为-是“密码”参数。这不是像收据那样以base64编码。