Request replacement DEFERED mode is not working for Google Play billing Upgrade/Downgrade

74 Views Asked by At

I am using below replacement mode for upgrading subscription

val subscriptionUpdateParamsBuilder = SubscriptionUpdateParams.newBuilder()
subscriptionUpdateParamsBuilder.setSubscriptionReplacementMode(BillingFlowParams.SubscriptionUpdateParams.ReplacementMode.DEFERRED)

enter image description here

It should successfully open upgrade pop with provided replacement mode.

0

There are 0 best solutions below