简体   繁体   English

新版本的android应用

[英]New version of android app

I have a native android app in google play and now I have made a new version of the app with ionic 2 framework. 我在Google Play中有一个本地android应用,现在我用ionic 2框架制作了该应用的新版本。 How to update the app and is it possible to notify the users about the new version of the app? 如何更新应用程序,是否可以通知用户有关应用程序的新版本? I quess I have to remove the old one and upload the new one. 我要删除旧的并上传新的。

This is exactly what you need: https://support.google.com/googleplay/android-developer/answer/7159011 这正是您所需要的: https : //support.google.com/googleplay/android-developer/answer/7159011

Because you completely rewrote your app please read this too, the most important part is "Prepare your APK": https://support.google.com/googleplay/android-developer/answer/113476?hl=en 由于您完全重写了应用程序,因此请也阅读以下内容,最重要的部分是“准备APK”: https : //support.google.com/googleplay/android-developer/answer/113476?hl= zh- CN

If you follow these guides existing users will be notified about new version automatically by Google Play Store. 如果您遵循这些指南,则Google Play商店会自动通知现有用户有关新版本的信息。

The existing users can download the update from your app listing page on the play store or when they select My apps on the Play store. 现有用户可以从Play商店中的应用列表页面下载更新,也可以在Play商店中选择“我的应用”时下载更新。 Also if they have enabled auto update for your app then the update will be downloaded and installed automatically. 同样,如果他们为您的应用启用了自动更新,则更新将自动下载并安装。 More about this here. 在这里了解更多

and as @Abhishek recommended, if you don't have any code for checking updates in your previous version of app then users will not get notified automatically. 并按照@Abhishek的建议,如果您在以前的应用程序版本中没有用于检查更新的代码,则不会自动通知用户。

also you don't have to remove the old app to upload the new one, you can deactivate the old app if you want it to no longer served to the user, OR you can retain it if you still want it to be served to the users. 同样,您也不必删除旧应用程序即可上传新应用程序,如果您希望不再向用户提供该旧应用程序,则可以将其停用;如果仍然希望将其投放给用户,则可以保留该旧应用程序用户。

Google play usually updates applications automatically. Google Play通常会自动更新应用程序。 You just need to add upload APK and click Release. 您只需要添加上传APK,然后点击发布。 You don't have to remove old APK. 您不必删除旧的APK。 In less than a day or something all users of your application will be notified by Google Play that new version is available and if user configures his phone to install apps automatically, then apk will be installed in background as soon as update will be ready. Google Play会在不到一天的时间内(或类似时间)通知您所有应用程序用户可用的新版本,如果用户将其手机配置为自动安装应用程序,则更新准备就绪后,apk将在后台安装。 Also you can notify your users about new version using PUSH notifications. 您还可以使用PUSH通知将新版本通知给用户。 Of course if your previous release does not contain code to enable PUSHes, then you cannot send such notification. 当然,如果您的先前版本不包含启用PUSH的代码,则您无法发送此类通知。 And one more thing: if you use your previous keys to sign APK then everything is fine and you don't need to do anything with APK at developer console, otherwise you need to rollback application and/or re-publish it. 还有一件事:如果您使用以前的密钥对APK进行签名,那么一切都很好,并且您无需在开发人员控制台上对APK进行任何操作,否则您需要回滚应用程序和/或重新发布它。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM