We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is my code (i have found pluginx for cocos2d-js)
onRequestProductResult: function (ret, productInfo) {
cc.log(ret); cc.log(productInfo); var msgStr = ""; if (ret == plugin.ProtocolIAP.RequestProductCode.RequestFail) { msgStr = "request error"; cc.log(msgStr); } else if (ret == plugin.ProtocolIAP.RequestProductCode.RequestSuccess) { console.log("Product Request Success"); this.product = productInfo cc.log(productInfo); } }
Console log is 449229635.775578 for productInfo … This is meaningless I dont understan which i did wrong
How can i fix it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is my code (i have found pluginx for cocos2d-js)
onRequestProductResult: function (ret, productInfo) {
Console log is 449229635.775578 for productInfo … This is meaningless
I dont understan which i did wrong
How can i fix it?
The text was updated successfully, but these errors were encountered: