Android:应用内计费问题 - 从响应中获取订单 ID
我在我的应用程序中使用应用内购买。我成功购买了产品。付款后,我无法从市场响应中获取订单 ID。任何人都可以帮我从市场响应中检索订单 ID。请帮忙。
提前致谢。
I am using In-App purchase in my application. I am successfully purchased the products. I am unable to get the order Id from the market response once the payment was made.anyone help me to retrieve the order ID from the response from the market. kindly help.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
purchase.getSignature()
我不确定这就是您要查找的内容,
但我用它来唯一化我的订单。
这对我来说效果很好。(使用测试帐户和签名的APK)
purchase.getSignature()
I'm not sure this is what you're looking ,
but I use this to uniqe my order.
And this work fine for me.(With test account and signed APK)