Android: how to update an Android app with inapp billing?

后端 未结 3 1002
我在风中等你
我在风中等你 2021-01-12 22:01

Another way to ask the question: how to make inapp billing working with all versions of my app?

I have got an app with inapp billing. I want to update it.

My

3条回答
  •  情话喂你
    2021-01-12 22:41

    Here is what I have observed while using In-App-Billing.

    • When you upload your release apk (regardless of Alpha/Beta/Production), IAB will not work right away, you will have to wait for a few hours before it can work

    • Uploading a new version of the apk (higher version) will also be the same. You will have to wait for a few hours for it to eventually work. The older version with IAB will still work though. What I usually do is to upload my release apk as Beta, wait a few hours, then when it is already working, promote the apk to production.

提交回复
热议问题