I have two subscription plan how can I show them in APK

Hi,
I have two subscription plan
. FREE
. PAID
When i test using browser I am able to see both to select. But in case of APK which I have creates is showing only one either FREE and PAID.
bundle.putString(“plan_id”, plan.getAsJsonObject().get(“planId”).getAsString());
I tried to show two popup over one by another with FREE and PAID, but it doesn’t fit better.
Is it possible to show both plan in same popup in APK.

Hi Vishal,
The plans need to be shown in the UI within your app and when the user selects a plan the billing intent needs to be invoked with the planId selected