duggu
duggu

Reputation: 38409

Can i set price programmatically of my android app on Google play?

how can i set price value programmatically of my android app . Basically i want to pass price value for google play to set price my app.

Upvotes: 0

Views: 632

Answers (4)

weston
weston

Reputation: 54781

You could implement in-app purchase.

Then have two in-app products one at the full price and one at the lower. Then when they enter the correct code, you let them see the lower priced product.

Upvotes: 0

user1810737
user1810737

Reputation: 234

Not possible. And not advisable; go through Google first. Sounds a bit fishy.

Upvotes: 0

Snicolas
Snicolas

Reputation: 38168

There is no public API to change your developer console settings.

Upvotes: 0

jcw
jcw

Reputation: 5162

I don't think that that is possible to set the price of your app out side of the dev console , it is my understanding that the only way to set the price for your app is in the developer console.

Upvotes: 1

Related Questions