Reputation: 38409
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
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
Reputation: 234
Not possible. And not advisable; go through Google first. Sounds a bit fishy.
Upvotes: 0
Reputation: 38168
There is no public API to change your developer console settings.
Upvotes: 0
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