Changing from free app to paid app on Google Play
Asked Answered
E

5

18

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?

Eichman answered 24/8, 2012 at 19:38 Comment(3)
possible duplicate of How to change an Android application to paid after setting the Google Merchant account?Rockwell
possible duplicate of Make paid Android app free for a week?Maneater
I'm voting to close this question as off-topic because it concerns the policies and procedures of app distribution services, rather than programming. Please refer to: Are developer-centric questions about application stores on topic?‍, Why can't I ask customer service-related questions?Openfaced
R
15

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.

Rudyrudyard answered 11/10, 2012 at 11:43 Comment(0)
T
15

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.

Thule answered 24/8, 2012 at 19:44 Comment(0)
R
15

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.

Rudyrudyard answered 11/10, 2012 at 11:43 Comment(0)
M
2

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."

Melitamelitopol answered 5/3, 2018 at 8:17 Comment(0)
T
0

check it here

You can change your app from paid to free. 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.

Toboggan answered 28/4 at 15:29 Comment(0)
T
-1

enter image description here

Its not possible, we need create paid app always then you can make it free

Tearoom answered 18/7, 2022 at 10:59 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.