Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
应用内功能的示例代码有:
onPurchaseStateChange(PurchaseState purchaseState, String itemId, int quantity, long purchaseTime, String developerPayload)
它会带来有关已进行的应用内购买的信息(ID、金额等)。
我错过了交易中支付的价格。我如何得到它?
afaik 目前无法从应用内商品中查询价格。您必须将价格离线存储在您的应用程序或您自己的服务器上。这尤其令人讨厌,因为价格可能因地区和/或货币而异。