Android发布及应用程序进入市场

发布于 2024-09-09 11:24:29 字数 316 浏览 10 评论 0原文

我的第一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

不一样的天空 2024-09-16 11:24:29

在这种情况下,这正是您可以尝试做的事情:发布应用程序的测试版,这样错误就不会损害您在市场上的评级。在这种情况下我更喜欢做的是:

  • 不要添加广告。毕竟,这只是一个测试实验。不会有太多人下载您的应用程序。
  • 为发现错误的人提供赏金。例如,您可以向帮助您发现错误的人员提供应用程序的免费全功能副本。
  • 使用 Android 日志系统自动向您发送应用程序报告。
  • 尝试确保您的应用程序将在具有不同屏幕尺寸、配置等的不同设备上进行测试。

修复错误并完成适当的修改后,您可以继续与全世界分享您的应用程序。

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:

  • Don't add Ads. After all, it's just to be a testing experiment. Not too many people is going to download your app.
  • Offer a bounty for people who discover bugs. For example, you can give a free fully functional copy of your app to the people who helped you find bugs.
  • Use a Log system for Android that automatically send you reports of your app.
  • Try to make sure your app will be tested on different devices with different screen sizes, configurations, etc.

Once you have fixed bugs and done the appropriate modifications you can go ahead and share your app with the whole world.

蘑菇王子 2024-09-16 11:24:29

不要在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文