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.
私はアプリを開発し、Deviceを組み込みました。これをアップグレードする必要があります。これは、ユーザーがGoogle Playから更新情報を取得する可能性がありますか?私はこれについて混乱しています..同じアプリの更新バージョンを公開しましたが、ユーザーは更新の通知を受け取りません。私はこれをどのようにアップグレードする必要があるので、これについて私に提案してください
ユーザーは自動的にアップデートを取得します。ただし、マニフェストで versionCode をインクリメントする必要があります。
android:versionCode="1"<!--change to 2--> android:versionName="1.0" <!--You'd update this too, but I'm not sure its necessary-->
それが完了したら、新しい .apk を作成し、それを自分のプレイ アカウントにアップロードしてから、アクティブ化します。