Change programming language to APK

1

I have an App in the PlayStore I made using the ionic / and for that reason I would like to create a new App from scratch using another programming language, my question is whether to create a new App in PlayStore or I can only update the App in the PlayStore .

    
asked by anonymous 21.04.2016 / 19:20

1 answer

4

You can upgrade the app. In the company I work for today they only had native apps for android and ios. I've made hybrids with ionic and have already upgraded on both platforms. What you need is to sign the app with the same key, package name, put a version up that will have no problems.

    
22.04.2016 / 18:33