Reputation: 1
I'm planning to upload my Android application on Google Play soon. And I heard that change the Charge-mode to Free-mode is able to do, but the reverse is impossible due to Google's policy.
And I'm wondering two things.
1. Then is it possible to change it from Charge-mode to Free-mode for a limited time(maybe 1-week or something), and then change it back to Charge mode, is this possible???
2. Is it possible to discount my application's price from $2(US) to $1(US) for a limited time as well???
Please let me know!
Upvotes: 0
Views: 1824
Reputation: 27211
There is no way to make the application payable if you set the app as free of change. But Viceversa it works. You can change the price of app any time you want (even free). Remember if you change the price to zero you can't change the price. The lower value of payable app is $1.
Detailed here: https://support.google.com/googleplay/android-developer/answer/138412?hl=en&ref_topic=15867
So if you wanna get some payable/free periods there some solutions how to do:
Use 2 version of application (free of chaged and payable). So there must be 2 different packages on Google Play. Imho the best way to protect your data.
Or use the subsribtions (in-app purchase) More detailed information (subsriptions): https://support.google.com/googleplay/android-developer/answer/140504?hl=en&ref_topic=15867
Or create payable applications which have content and give it to main app via broadcast reciever.
Upvotes: 1
Reputation: 3448
You can change price at any moment, but not to 0$.
Upvotes: 1