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

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.?

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top