简体   繁体   English

从 Play 商店更新手动安装的应用

[英]Update manually installed app from Play Store

I'm developing an app that soon will be released on Google Play Store.我正在开发一个应用程序,该应用程序很快将在 Google Play 商店中发布。

Meanwhile, some of our users will manually install the app on their device using ADB and a provided APK.同时,我们的一些用户将使用 ADB 和提供的 APK 在他们的设备上手动安装该应用程序。 When the app will be on the store it will be an update (with different VersionCode) but it will still use the same package name and the same certificate used for the previous APK.当应用程序在商店中时,它将是一个更新(具有不同的版本代码),但它仍将使用与以前的 APK 相同的包名称和相同的证书。

Will the already manually installed app receive this update?已经手动安装的应用程序会收到此更新吗? (I personally think not, because if I recall well the store has an history of installed app on a device, right?) (我个人认为不是,因为如果我记得很清楚,商店有在设备上安装应用程序的历史记录,对吗?)

Otherwise, should we ask to our user to manually (re)install the app from the store?否则,我们是否应该要求我们的用户从商店手动(重新)安装应用程序? And in that case, will the Preferences be preserved?在这种情况下,会保留首选项吗?

When you publish app on Play Store you can choose to publish it in Beta or Alpha Test, so that only some users can view and install it from the store, so that when your app is ready to become visible to all of the users you can move it in Production.当您在 Play 商店发布应用程序时,您可以选择在 Beta 版或 Alpha 版测试中发布它,以便只有部分用户可以从商店查看和安装它,这样当您的应用程序准备好对所有用户可见时,您就可以在生产中移动它。

To achieve this, you can create a Google Group, invite some users for Beta Test to this group, and then add in developer console the email of the group you created.为此,您可以创建一个 Google 群组,邀请一些 Beta 测试用户加入该群组,然后在开发者控制台中添加您创建的群组的电子邮件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 APK 版本未从 Play 商店更新已安装的 AAB 应用 - APK release not update installed AAB app from Play Store 手动安装的apk(不是来自Play商店)会在更新可用时收到通知吗? - Will apk installed manually (not from play store) receive notification when update becomes available? 检测是否从 Play 商店安装了应用程序 - Detect if an app is installed from Play store 通过Play商店更新使用其他应用安装的应用 - Update app which was installed using other app, via Play Store 手动安装时 APK 文件运行正常,但从 Google Play 商店安装时无法打开 - APK file runs properly when installed manually but does not open when installed from google play store 应用在Play商店上显示“您的设备与此版本不兼容”,但手动安装了apk - App show “Your device isn't compatible with this version” on Play store but manually apk installed working 如何从Play商店接收应用更新 - How to receive an app update from Play Store 应用:从官方Google Play商店安装还是从磁盘安装? - App: installed from official Google Play Store or from disk? 从webview启动应用程序(如果未安装),重定向到Play商店 - Launch app from webview, if it is not installed, redirect to play store 从Play商店安装应用程序时,Android BroadcastReceiver无法正常工作 - Android BroadcastReceiver not working when app is installed from play store
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM