How to upgrade/downgrade subscriptions in Android InAppBilling?

前端 未结 5 1677
南旧
南旧 2020-12-30 07:05

I spent a week looking for solution to upgrade/downgrade subscriptions on Android InAppBilling.

There\'s a reference page about this function: http

5条回答
  •  鱼传尺愫
    2020-12-30 07:34

    I had the similar issue and found out that

    1. it is only supported in version 5
    2. the position of new sku (the array list) and old sku should be changed. Even though the methods shows first old and then new.. make the other way.

提交回复
热议问题