Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Make paid Android app free for a week?

I have a paid Android app that costs some $. I would like to make it free for a certain period of time. I.e. a promotional price of $0. In Google Play, there is an option to make an app free but when I check it, it says:

"Setting the price to Free is permanent; you cannot change to a price later."

That's certainly not what I want! After a week I want to set my original price back! So...

Q: How can I have a promotional price of $0 during, lets say, a week?

like image 201
l33t Avatar asked Jul 23 '12 18:07

l33t


People also ask

How can I install paid apps without paying?

Aptoide App Store One of the more popular third-party app stores is Aptoide, which is a direct competitor of the Google Play Store. All you need to do is download Aptoide and you will have access to hundreds of apps that you would typically have to pay for, all at zero cost.

Can Android app earn money?

Various job openings are also available as an android app developer in various MNC's and startups as well. Computer science students are also making apps for project purposes or future startup purposes. Apart from these, many small individuals are earning a lot of money just with a single android application.


1 Answers

This is not possible due to potential ways to exploit the workings of the Google Play store (potentially skewing download counts, and such; a free app is more likely to get downloads, and those will boost its rankings before you make it cost money).

This has been asked before, and the consensus is that it's not possible by design. There are a few solutions in that thread, such as:

  • Make your app free, last one week, then have the user use in-app purchasing to continue using it. (Not sure if this is exactly what you hoped, but it's a potential way of monetizing regardless.)
  • Put up a free version, and take it down in a week. Users will have to reinstall the app to get the paid version but this would still have the same desired effect.
  • Do an update (or have a setting in your app that expires at a certain time) to remove the paid features after a week (this might tick off a lot of users, though).

Sadly, as I said, this is not possible, so you'll just have to work around it best you can.

like image 177
Cat Avatar answered Sep 25 '22 17:09

Cat