In-App Billing: Can we create subscription on the fly inside the app?

64 views Asked by At

Is it possible to create a subscription inside my app without first creating it in the google play console? this because the params of my subscriptions, like price, discount, duration, etc. will be directly connected to the user profile and location and there is thousands of combinations and I don't want to manually enter all of then in the google play console web interface.

to resume I just want from my app to say: create a subscription of xx USD recurring every N months, with this title blabla and this description blabla

1

There are 1 answers

1
Perraco On BEST ANSWER

No, this is absolutely not possible. It is always required to create the subscription in the Developer's console. Consider that otherwise Google would not be able to manage/know what subscriptions you have, and integrate them with their billing infrastructure, which is mandatory when offering in-app purchases and subscriptions.

If you need to define a price per location, then the Developer's console has a section to specify the price per country.