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現在、アプリ内アイテムから価格を照会する方法はありません。価格をアプリまたは独自のサーバーにオフラインで保存する必要があります。価格は地域や通貨によって異なる可能性があるため、これは特に厄介です。