Android发布及应用程序进入市场
我的第一个 Android 应用程序即将完成,还有一些工作要做,但我想从用户那里获得关于他们喜欢/讨厌/需要修复的错误等的反馈。我计划使该应用程序免费并带有广告。现在我一直在手机(HTC Magic)上测试我的应用程序,并计划使用不同的配置在模拟器上进行一些简单的测试。像现在这样以测试版形式发布该应用程序是个好主意吗?然后解决所有问题并实现我想要的全部功能,然后重新发布?我不希望测试版评级损害最终版本,所以我猜我是否只是将其作为新应用程序发布而不是测试版更新?
另外,如果我要发布测试版,我应该发布带广告还是不带广告的版本?
我很想听听您对应用程序的体验!
谢谢
I am nearly done with my first android app and there's still a bit more work to do but I want to get feedback from users about what they like/hate/bugs to fix, etc. I plan on making the app free with ads. Now I have been testing my app on my phone (HTC Magic) and plan on doing some simple testing on the emulator using different configurations. Would it be a good idea to release the app as being beta as it is now? And then fix up any issues and implement the full features I want in it later on and re-release it? I don't want the beta ratings to hurt the final version so would I'm guessing I simply release it as a new app instead of an update to the beta?
Also If I was to release the beta should I be releasing it with or without ads?
I would love to hear your experience with your apps!
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在这种情况下,这正是您可以尝试做的事情:发布应用程序的测试版,这样错误就不会损害您在市场上的评级。在这种情况下我更喜欢做的是:
修复错误并完成适当的修改后,您可以继续与全世界分享您的应用程序。
In this kind of situations, that's exactly what you can try to do: release a beta version of your app so that the bugs don't hurt your rating on the Market. What I prefer to do in this kind of cases:
Once you have fixed bugs and done the appropriate modifications you can go ahead and share your app with the whole world.
不要在 Android 市场上推出半成品产品。为了获得反馈并跟踪崩溃情况,请进行测试版分发。尝试 Zubhium,简单但功能强大的 Android 开发平台,您可以在其中上传 apk,分发给用户。或者,您可以启用崩溃报告以获取实时崩溃报告,并使用 ZubhiumSDK 对您的市场版本启用应用程序支持。这样,您就可以为用户提供一个表达反馈、评论、功能请求等的渠道。
Don't push half baked product in android market. To get feedback and track crashes do a beta distribution. Try Zubhium , simple yet powerful platform for android dev's where you can upload apk, distribute to users. Optionally, you can enable crash reporting to get realtime crash reports and enable in app support using ZubhiumSDK to your market version. That way you are giving your users a outlet to express their feedback, comments, feature request etc.