Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个 android 应用程序。但由于一些安全问题,它在 playstore 上不可用。我还没有发布第一个版本,我有更多功能要稍后添加。所以我的问题是如何向我的客户提供更新。对于自动更新,我应该在当前应用程序中做什么。
您必须更新(增加)AndroidManifest.xml 文件中的版本代码,然后 Google Play 会检测到它是更新。当您上传它时,Google Play 几乎可以为您完成所有工作。