0

I have a publish app on Google Play Store, Now I have made some changes in the application and I want to release the update version. I have signed the .apk using same keystore, alias and password which I used for first upload. But the problem is when the new release get published, it does not show 'update' option on the play store. I am using eclipse. Any solution? Thanks in advance.

7
  • If you have incremented the version for everything appropriately there should be an update available. The versioning is managed in the manifest.
    – zgc7009
    Commented Feb 4, 2016 at 17:01
  • What did you do to upload the new release? I usually do this manually from my Google Play Developer Console. Commented Feb 4, 2016 at 17:01
  • I have properly incremented the versioning @zgc7009
    – Aleem
    Commented Feb 4, 2016 at 17:28
  • I generated the signed apk using eclipse, then uploaded it manually on the Google Play Developer Console @Code-Apprentice
    – Aleem
    Commented Feb 4, 2016 at 17:30
  • Does your update appear in your developer console? If so, give it some time. The update will not appear immediately on Google Play Store. Commented Feb 4, 2016 at 17:33

0