我已经在 Google Play 上发布了 android 应用程序。希望将应用程序甚至离线作为 .apk 文件直接分发。我的应用程序是完全免费的,我们希望它应该传播给尽可能多的人。
我不确定提供 .apk 文件的优点和缺点是什么?
问题是:
- 当连接到互联网时,Google Play 会将直接 .apk 安装计为下载吗?
- 直接安装 .apk 的用户会得到以后发布的任何更新吗?
我已经在 Google Play 上发布了 android 应用程序。希望将应用程序甚至离线作为 .apk 文件直接分发。我的应用程序是完全免费的,我们希望它应该传播给尽可能多的人。
我不确定提供 .apk 文件的优点和缺点是什么?
问题是:
要回答您的问题:
.apk
是的,如果您在 Android 中单击 ,您将收到下载提示。当您打开已完成的下载时,它将提供安装(请参阅下面的警告).apk
在 Google Play 之外提供直接下载,则不会获得“更新检查”——您必须自己进行。不完全确定如果.apk
在 Play 商店中可用并通过直接下载会发生什么。更容易谈论分配.apk
自己的方法的缺点。
.apk
from your site, open it in 7zip (or similar) and have at the underlying class files. Whether or not this is a concern is really for you to decide.The most important reason
Your users will have to check "Allow installation of packages from unknown sources". Your average person might not know how to do this, and may be hesitant to do so. So, it may limit your ability to gain a a wide market share.
So, in summary, ask yourself if not being in Google Play/Android Market is really worth the hassle that comes for both you and your users.
** Not sure if this is true with Chrome on Android -- it is certainly true with the older default browser
此外,除了 Play 商店之外,还有许多第三方应用市场。您也可以在那里上传您的应用程序(并非所有应用程序都提供自动更新)。