Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android: In-app billing question

I have a question regarding in-app billing. I have a published app that currently offers a single in-app product. If I plan to add another in-app product, do I have to push an update? Assume that I fetch the list of products to display to the user from a private server.

Thanks,

Akshay

P.S: This is a hypothetical scenario, which is why I can't try it myself using a publisher account.

like image 573
Akshay Avatar asked Aug 19 '11 12:08

Akshay


People also ask

Does Android charge for in-app purchases?

Apps and in-app products sold through Google Play's billing system or an Additional Billing System (as defined below) in accordance with the Payments policy are subject to a service fee.

What is Android app billing?

Google Play's billing system is a service that enables you to sell digital products and content in your Android app. You can use Google Play's billing system to sell a one-time product or subscriptions on a recurring basis.


1 Answers

Actually, your application only needs to know the product's name to send the billing request, so I think there is no need to update your app on the market, if you have an option to fetch the product names from the server. It's just an assumption, haven't tried it myself.

like image 129
Egor Avatar answered Oct 04 '22 21:10

Egor