我想为android创建一个游戏,但是这个游戏会有一个级别。如果我将我的应用程序放在 Android 电子市场中,我如何在它已经上传后更新这个应用程序?
2 回答
您必须提供将用户数据保存到文件或数据库的机制,使用户能够从他/她更新前的位置继续玩游戏。之后,当您拥有使用相同密钥签名的应用程序的新版本并上传到 android play 商店时,用户将收到通知并能够下载和更新您的应用程序。Android 设备上预装的 PlayStore 应用程序将完成该任务。每次用户启动您的应用程序时,检查设置文件并为用户设置应用程序的属性以继续播放。
You publish your apk via the Developer Console. You can upload unpublished drafts of your app without disturbing the published version. Once you choose to publish an update, then the Google Play store will offer the update to your existing users. Migrating your user's data is as described by Maxim.
You can sign up for a Google Play publisher account here: https://play.google.com/apps/publish