Ankit Shah
Ankit Shah

Reputation: 485

Android Alpha, Beta for Paid Apps on Google Play Developer Console

What about "Paid Apps" as Alpha/Beta testing...

I am uploading one "alpha_version" apk under "Alpha" tab... I have tagged application as "Paid" app and also configured specific prices... (As Google does not allows to change from "Free" to "Paid"). I have also added "Tester" for this alpha version..

My Questions/Confusion:

  1. As my application is "Paid" one - do my "tester group" needs to pay before downloading this "alpha" version

  2. Can I set application mode as "Free" for "Alpha" and latter on make is "Paid" for Production build?

  3. Once I publish this "alpha" version - does it view-able/visible on Google Play store (I am sure it will be for visible for tester only not for all users - right?)

Any help/pointer would be greatly appreciated - Thank You.

Upvotes: 24

Views: 7340

Answers (3)

Sam
Sam

Reputation: 1029

Please see my answer here: https://stackoverflow.com/a/35352421/5916188

Yes, you can use a promo code to give beta testers (and others) a free copy at install time.

Upvotes: 1

bluemoon12
bluemoon12

Reputation: 73

It's annoying but you could just create another app in your developer console that is free and load your APK there. You will have to change the package name though and maybe give it a test name. Keep this free app in beta and then they can test it for free.

Then when you want to release it you create a new app that is paid and release that.

Upvotes: 1

bvanvelsen - ACA Group
bvanvelsen - ACA Group

Reputation: 1751

  1. AFAIK all users of a paid app, will need to pay for it. So also Alpha/Beta users. If you want them to test the app without paying for it, then you can distribute the app through e-mail or web, etc... without using the Play Store
  2. NO. You also can't change a free app to a paid app in a later stage.
  3. yes, but only test users will get the alpha/beta version.

If you want users to test your app for free in the Play store and sell your app to the general public, then you could distribute your app in an obfuscated name with irrelevant description for free for testers, and the real app, with the real name/description etc will be paid

Upvotes: 10

Related Questions