0

I previously released an Android app which was built using the Android plug-in for NetBeans.

For the subsequent updated versions, I am using the Eclipse ADT. This is due to a problem I faced with the NetBeans plug-in.

I migrated the code over and preparing to do my work. I've ensured that the package names are still the same.

My question: Will the app be treated as a "new" app given I compiled and released the app using ADT vs NetBeans? I just want to make sure that the app is considered as a updated version that is currently live...

Is there anything else I need to do to ensure that the app is still considered as a version?

Thank you for your help!

Jimbalaya
  • 150
  • 8

2 Answers2

0

According to the Release Guide, the only things that matter are the package name and the signing certificate. Since the package name is the same, and I presume you keep your release certificate in a a separate place, the new version should be considered the same app.

Shade
  • 9,936
  • 5
  • 60
  • 85
0

Google Play store track app by package name and signed certificate as long as those are same you are good. Do not forget to reuse same certificate to sign.

minhaz
  • 4,233
  • 3
  • 33
  • 49