In App Billing / Plan selection screen

Hello,

Is there any way to display in app the plan selection screen displayed in the app store?
We found the sample for the launch billing but nothing for the plan selection (https://poynt.github.io/developer-docs/appStore/integrating-with-billing.html#sample-app)

Many thanks for your help

Hi,
The plan selection screen is not exposed to apps, you need to fetch the plans using InAppBillingService.getPlans(). The plan selection UI needs to be implemented within your app.