How to test in-app-purchases easily, without publishing or signing it first?

前端 未结 4 631
长情又很酷
长情又很酷 2021-01-01 19:08

Background

My app has some in-app billing (like this one), and I wish to test it out before publishing it.

I\'ve watched some google IO lectures and read s

4条回答
  •  爱一瞬间的悲伤
    2021-01-01 19:43

    I'm also working on how to test In-App-Billing for Android in best way since days.

    With real transactions to me it seems to be really too complicated and a lot too much effort. So i'm currently thinking of 'only' testing this stuff with static responses (http://developer.android.com/google/play/billing/billing_testing.html#billing-testing-static).

    In theory i guess once this works, it should also be fine in production as in the source code only the SKU id gets changed for live release..

提交回复
热议问题