Error: The data in the receipt-data property was malformed or missing. #3050
-
|
i validate purchaseToken with nodejs but always return status: 21002
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
You’re getting |
Beta Was this translation helpful? Give feedback.
-
|
var iap = require('iap'); iap.verifyPayment(platform, payment, function (error, response) { |
Beta Was this translation helpful? Give feedback.
@hyochan Thank you