Is it possible to write a new code with same package name etc and the update an existing app if the code was somehow deleted.?

StackOverflow https://stackoverflow.com/questions/21626187

Question

I wrote a code for an app which got deleted somehow. The thing is that I have the keystore and everything alse like earlier apk's but not the code. Is it possible to write a new code with same package name and update it over the old app.? Or is it somehow possible to update the app when I dont have its code.?

Was it helpful?

Solution

If you develop the app with same package name and sign it with the same keystore, and increment the version appropriately then app should work as an update to the existing one i think.
versionCode vs versionName in Android Manifest

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top