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