Android In-App billing cancel payment

前端 未结 3 1868
无人及你
无人及你 2020-12-16 08:47

When someone buys an in-app product in an Android app and the owner cancels the payment in Google Checkout, so he gets refunded - does the user still keep the item? (managed

3条回答
  •  一生所求
    2020-12-16 09:40

    Actually, if you apply the refund the following will happen:

    1) you app will get the refund notification. This often occurs quite quickly 2) Your app will take action and 'remove' the goods from the users inventory. This means they can't get at the item.

    However, the Android Market will take some time to take action with repect to the managed item so the user could immediately remove the app from their phone and then re-install it. This will cause the app to request details relating to managed items and it will be told the refunded item is still 'owned'. This allows the user to essentially get the item for free provided this is all done quite quickly.

    As yet I have not found a way around this timing issue except to either accept this might happen or not allow refunds.

提交回复
热议问题