What is the difference between total installs and active installs in the Android market?(Android 市场的总安装量和活跃安装量有什么区别?)
问题描述
总安装量和有效安装量有什么区别?
What is the difference between total installs and active installs?
我的应用总共安装了 90 次,只有 47 次有效安装.什么意思?
I have 90 total installs for my app and only 47 active installs. What does it mean?
推荐答案
Total installs 是您的应用被下载的次数.Active installs 是指您的应用在(积极使用?)设备上的实例数——即未卸载.我想如果用户卸载您的应用,然后重新安装它,您的总下载量将增加 2,而您的活动安装量将增加 1.
Total installs is how many times your app has been downloaded. Active installs are how many instances of your app are on (actively used?) devices -- i.e. not uninstalled. I imagine that if a user uninstalls your app, then re-installs it, your total download count would go up by two and your active install count by one.
广告!使用 AdMob 之类的东西创建广告活动(结果会有所不同),找到小众论坛和特定于 android 的论坛,如 xda-developers、droid-life 等,这将有助于更多人注意到您的应用.在您的其他应用程序中,广告链接指向您要推广的应用程序.在您的应用程序中放置一个分享按钮,或添加社交网络.或许可以在亚马逊应用商店等第三方应用商店推广您的应用.
Advertise! Create an ad campaign with something like AdMob (result will vary), find niche forums and android-specific forums like xda-developers, droid-life, etc., that would help more people notice your app. Inside your other apps, ad links to the app you want to promote. Put a share button in your app, or add in social networking. Perhaps promote your app on a 3rd-party app store like Amazon app store.
别忘了设计和评价不佳的应用被下载的可能性要小得多.
And don't forget that a poorly designed and rated app is far less likely to be downloaded.
这篇关于Android 市场的总安装量和活跃安装量有什么区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Android 市场的总安装量和活跃安装量有什么区别?
基础教程推荐
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01