0

少し前にアプリにアプリ内課金を実装したので、v3 API ではなく v2 です。管理されていないアイテムを購入しようとすると、請求が発生し、すべてがうまくいき、購入がうまくいったことを示すダイアログがアプリに表示されます。問題は、Google Play がこれを再送信し続けることです。

01-29 12:30:40.805: I/BillingService(18895): Received action: com.android.vending.billing.RESPONSE_CODE
01-29 12:30:40.805: I/BillingService(18895): checkResponseCode got requestId: 8646305544958370499
01-29 12:30:40.805: I/BillingService(18895): checkResponseCode got responseCode: RESULT_OK
01-29 12:30:40.805: I/BillingService(18895): Received action: com.android.vending.billing.PURCHASE_STATE_CHANGED

01-29 12:30:41.155: I/BillingService(18895): Received action: com.android.vending.billing.RESPONSE_CODE
01-29 12:30:41.155: I/BillingService(18895): checkResponseCode got requestId: 2207507822000358335
01-29 12:30:41.155: I/BillingService(18895): checkResponseCode got responseCode: RESULT_OK

したがって、私のダイアログは6〜7回表示され、試行するたびにもう1回追加されるようです。私は本当にそれを理解していません。誰かが私に理由を説明できますか?

前もって感謝します

4

0 に答える 0