Xamarin应用程序将替换Google Play商店上的本机android应用程序
我在Google Play商店中已有一个本地Android应用程序.现在,我们已经在xamarin中开发了相同的应用程序,并希望在此继续使用xamarin.我需要了解是否有可能现在将xamarin apk放在本机android上,以便用户将xamarin应用作为更新而不是作为新应用接收?我想将xamarin版本作为对用户的更新.请为我提供执行此操作所需的步骤.
i have an existing native android app on the google play store. We have now developed the same app in xamarin and wish to go ahead with the xamarin one here on. I need to understand if it is possible to now put the xamarin apk on the store in place of native android one so the user receives the xamarin app as an update and not as a new app? I want to xamarin version to go as update to the user. Please guide me with the steps that will need to be taken to do so.
如果您可以保留程序包名称和签名密钥,则可以将应用程序部署为用户的更新.不要忘记提高版本号.
If you are able to keep the package name and signing key you are able to deploy your app as an update to the user. Don't forget to bump up the version number.