Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing from free app to paid app on Google Play

This question might be off topic, but I wanted to ask the fellow developers.

Is there a way on Google play I could change my free app to a paid app?

What would happen to the existing users if it is allowed? Would they be asked to pay when the new update is available?

like image 878
ssk Avatar asked Aug 24 '12 19:08

ssk


People also ask

What is the difference between free apps and paid?

With paid apps, customers pay upfront to download the app from the App Store or Google Play. Free apps are free to download and typically make money through advertising, in-app purchases, or paid subscriptions.


3 Answers

You cannot change a free app to a paid app on the Google Play store. You could re-upload under a different name, but this would obviously fracture your user base.

like image 55
thegrinner Avatar answered Sep 19 '22 20:09

thegrinner


You could add in-app payment processing to your free app and charge for enhanced features. Per

http://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=1153479

"By using the in-app billing feature you can add revenue-generating features to your applications, enhancing the revenue potential of paid applications and turning free applications into new revenue sources."

Now, could you disable functionality that was already available in the free app, and then charge via in-app payments to have it restored? Technically I do think it could be done, since you are in control of your implementation of those features, although you would have to investigate whether that would be a violation of Google's policies.

However, doing it might alienate your users, and if word got around they might even stop updating your app to avoid the "trap." So a much better approach would probably be to add enticing new functionality that enhances the existing functionality, and then charge for it.

like image 32
Carl Avatar answered Sep 16 '22 20:09

Carl


You cannot. Check this

"Once your app has been offered for Free, the app can't be changed to Paid. If you want to charge for the app, you need to create a new app with a new package name and set a price."

like image 20
Parinda Rajapaksha Avatar answered Sep 17 '22 20:09

Parinda Rajapaksha