android - Posting a new application on Play store as an update which uses same keytore file,package name etc -


i have hosted android application on play store.i have somehow managed corrupt source project , using page on eclipse. question if create new fresh project using same package name, same name of application , use same keystore file signing application , version update.can add play store update existing hosted application

yes,you can.

below google developer help sections says.

  • the package name of updated apk needs same current version.
  • the version code needs greater current version. learn more versioning applications.
  • the updated apk needs signed same signature current version.

if pass these requirement, doesn't matter how many times have created same project. not worry. happy coding!!


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -