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.