简体   繁体   English

如何将在 google play console 上发布的 java 应用程序更新为 flutter 应用程序

[英]How to Update a java application published on google play console to flutter app

I have published an app with a package name (com.syedirfanhussaini.tables) in Google Playstore and I want to update my app that is now made in flutter, also have made all the necessary changes in my code.我在 Google Playstore 中发布了一个名称为 package (com.syedirfanhussaini.tables) 的应用程序,我想更新我现在在 flutter 中制作的应用程序,同时对我的代码进行了所有必要的更改。

new flutter app made with the same package name (com.syedirfanhussaini.tables) as an old native app that is already published in the google play store.新的 flutter 应用程序使用相同的 package 名称 (com.syedirfanhussaini.tables) 作为已在 google play 商店中发布的旧本地应用程序制作。

Now, my main question is that can I update my new flutter App with a Native app without changing the Package name in the google play store,现在,我的主要问题是,我可以在不更改 Google Play 商店中的 Package 名称的情况下,使用本机应用程序更新我的新 flutter 应用程序吗?

will Google play console allow me to update the flutter app with the same package name over the same native app? Google Play 控制台是否允许我在同一本机应用程序上使用相同的 package 名称更新 flutter 应用程序?

All you have to do is update the build number and replace apk you have in production with the new one.您所要做的就是更新内部版本号并用新的替换生产中的 apk。 If the app reflects the screenshots you have on the store, and optional credentials needed for review of the app work you are good to go. Play/App Store doesn't care about the language in which the app is built as long as it complies with the store guidelines.如果该应用程序反映了您在商店中的屏幕截图,以及审查该应用程序工作所需的可选凭据,您可以拨打 go。Play/App Store 不关心应用程序的构建语言,只要它符合与商店指南。

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

相关问题 如何在 Play 控制台中使用 Java 应用更新已发布的原生 android 上的颤振应用 - How to Update a flutter app on already published native android using java app in play console Google Play控制台中的java.lang.RuntimeException应用程序崩溃 - java.lang.RuntimeException App Crash from Google Play Console 如何使我在 Google Play 上发布的付费应用程序不允许在外部安装 - How do I make my paid application that I published on Google Play not allowed to be installed outside 如何将Play Framework与Google App Engine和本地安装的Java 7结合使用? - How to use the Play Framework with Google App Engine with locally installed Java 7? 如何从我的 Java 应用程序与控制台应用程序交互? - How do I interact with a console application from my Java app? 如何在Google App Engine(JAVA)中写入控制台? - How do I write to the console in Google App Engine (JAVA)? 使用新项目更新Google Play上的应用(Android)吗? - Update app (Android) on Google play with new project? 我们可以在 Play 商店中将 Android 应用程序更新为 Flutter 应用程序吗 - Can we update Android app to Flutter app on Play Store 我在 google play 中发布的 android 应用程序带来了购买而不是购买前安装 - My published android app in google play bring buy instead of install before buy 如何更新Java控制台JRE? - How to update java console JRE?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM