Google Play developer console: beta test paid apps for free?(Google Play 开发者控制台:免费测试付费应用?)
问题描述
我已在 Google Play 开发者控制台中上传了一个作为 beta 版本(beta 测试部分)的 apk,我想让我的用户对其进行测试.最终版本将付费,测试后您无法更改此选择,因此我必须在开始时将其设置为付费.问题是我不想向我的用户收取测试费用,而且似乎没有办法这样做.有吗?
I've uploaded an apk as a beta version (beta testing section) in Google Play developer console and I'd like to let my users to test it. Final version will be paid and you can't change this choice after testing so I had to set it as paid at the beginning. The problem is I don't want to charge my users for testing and it seems there is no way to do so. Is there?
推荐答案
我猜通常的模式是创建 2 个应用程序,1 个用于测试版",另一个用于付费.然后,您可以为 Beta 版设置试用期,如果需要,可以在每次更新时延长试用期.
I guess the usual pattern is to create 2 apps, 1 for "beta" and another one paid. Then you can set up a trial period for the beta, and if you need - extend the trial period with every update or so.
嗯,我认为还有更多的选择.
Well I think there more are options for this.
这篇关于Google Play 开发者控制台:免费测试付费应用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Google Play 开发者控制台:免费测试付费应用?
基础教程推荐
- 如何比较两个 NSDate:哪个是最近的? 2022-01-01
- Xcode UIView.init(frame:) 只能在主线程中使用 2022-01-01
- iOS - UINavigationController 添加多个正确的项目? 2022-01-01
- 如何将图像从一项活动发送到另一项活动? 2022-01-01
- Android Volley - 如何动画图像加载? 2022-01-01
- navigationItem.backBarButtonItem 不工作?为什么上一个菜单仍然显示为按钮? 2022-01-01
- SwiftUI-ScrollViewReader的ScrollTo不滚动 2022-01-01
- Play 商店的设备兼容性问题 2022-01-01
- UIImage 在开始时不适合 UIScrollView 2022-01-01
- 为什么姜饼模拟器方向卡在应用程序中? 2022-01-01
