【发布时间】:2011-04-01 08:09:58
【问题描述】:
如果我有交易信息json字符串:
{ "nonce" : 1836535032137741465,
"orders" :
{ "notificationId" : "android.test.purchased",
"orderId" : "transactionId.android.test.purchased",
"packageName" : "com.example.dungeons",
"productId" : "android.test.purchased",
"developerPayload" : "bGoa+V7g/yqDXvKRqq+JTFn4uQZbPiQJo4pf9RzJ",
"purchaseTime" : 1290114783411,
"purchaseState" : 0
}
}
我可以将它上传到 Android Market 服务器以验证它是否有效。 就像苹果的方式一样。 http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/StoreKitGuide/VerifyingStoreReceipts/VerifyingStoreReceipts.html
更新: 我正在更新此内容以获取有关此主题的一些信息。
【问题讨论】:
标签: android in-app-purchase google-play