Restore transaction inapp purchase android

后端 未结 1 840
再見小時候
再見小時候 2020-12-18 05:09

How to do restore transaction in in-app billing purchase android. So far I have searched in all links. I didn\'t find exact infromation. I have used BillingHelper.rest

1条回答
  •  隐瞒了意图╮
    2020-12-18 05:20

    The V3 of the api does not require anymore to restore the purchases. Can directly query for purchased items.

    Please read the section Querying for Purchased Item of: http://developer.android.com/google/play/billing/billing_integrate.html
    and the getPurchases() method description.

    0 讨论(0)
提交回复
热议问题