Can a paid app be tested in alpha/beta for free

后端 未结 8 1993
猫巷女王i
猫巷女王i 2020-12-29 03:26

I\'ve looked on SO at a lot of questions regarding this, and they all seem to say that if the app is a paid app, then Alpha and Beta testers will also have to pay to test it

相关标签:
8条回答
  • 2020-12-29 04:01

    You can email them a promo code to download the app for free even from the alpha or beta channels.

    It is available in the Google play console under user acquisition ... Promotion

    0 讨论(0)
  • 2020-12-29 04:02

    No. I think you've miss interpreted the docs.

    For example, if you use In-App-Billing

    You can make test purchases without any charge to the user.

    or

    You can use a real payment method to test with, but google stops the transaction going through, and you will receive a refund notification after 14 days.

    I've developed paid apps. Google does not keep 30% from purchases during your testing.

    0 讨论(0)
  • 2020-12-29 04:03

    Given the date on the initial post, Google may have updated this.

    You don't have to pay as a tester but this is not clear until you have already clicked the instal option. Then it will tell you that this is a test transaction and you will not be charged.

    0 讨论(0)
  • 2020-12-29 04:05

    Create a new Promo in the Developer Console, with one promo code for each beta tester. Give one code for one tester. Tester will open https://play.google.com/store?code and put here code. Now he have free app.

    0 讨论(0)
  • 2020-12-29 04:07

    On Google Play Console, you can now use the Internal Test Track to let max 100 users test your paid app for free.

    • Those users will need to be identified by their Google account email, so this does not help if you need open (beta) testing
    0 讨论(0)
  • 2020-12-29 04:09

    I've had the same problem and contacted the google support, the result was: If you want to let your testers test the app for free, you have to create a free clone of the paid app.

    You can find the full question and answer below.

    Question:

    Is it possible to offer a paid app for free to alpha/beta test users without creating a free clone of the app?

    Answer:

    Thanks for contacting Google Play Developer support about Beta Testing. Please note that once you've set the price of an application, you can change it at any time. However, once you’ve published an application for free, you cannot change it to be priced at a later time. Currently, this means Alpha and Beta versions will have to be at least $0.99 if you want to charge for the app when it goes to Production. Alpha/Beta testers will be charged for this amount. We do this to prevent users who download a free app from being charged during future updates or failing a licensing check when running the app.

    If you'd like to sell an application that was previously published as free, you'll need to upload a new APK and add a price. While you will be unable to upload the same package name again, you will be able to upload a slight variation on the original package name. As an alternative, you may also implement in-app billing for your free app.

    We hope this helps answer your question. If we can assist you further, please let us know.

    Regards, ... Google Play Developer Support

    Update: You can use promo codes to allow testers to access your paid app for free: https://support.google.com/googleplay/android-developer/answer/6321495 https://developer.android.com/google/play/billing/billing_promotions.html

    0 讨论(0)
提交回复
热议问题