Update android app [closed] - android

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I wrote (in Eclipse) and published android application last year. Since this time I started to use Android Studio. Moreover, I am not sure where is my last version of code.
Can I create new version of application and update old apk on google play?

Yes, as long you have the same package name and same signature.

Yes, you should use same package name and same signing certificate which was created by your first application export wizard.

Related

Is it possible to replace app in google play console with different programming language used? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
Is it possible to replace the released app(apk) in google play console?
The app is already downloadable in the google play.
However, the released app is a Hybrid App(Web-Based) and
the plan is that the app will be migrated to Flutter.
Thank you in advance.
I had a similar issue: wrote an app in Java and then translated it into Kotlin. I just uploaded new apk as an update/new version of the app, and it worked!

Convert ionic 3 application to apk [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I am new to ionic 3.I have generated the debugging file(debug.apk).
What i need to do to get the unsigned apk.
Update 1 -->
Please help me guys.
Thanks in Advance!!!
You have 2 options here.
Option 1: (Paid service)
Use Ionic pro package service.
Create native apps in the cloud with Ionic Package to get from code to
app store with no platform dependencies or complicated build steps.
Option 2:
You need to do it manually for each and every platform.Here is the official doc for that.

How to update my android app [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am sure this is a simple answer but:
I want to update my android app that is already on the play market. If I upload a new .apk with the same keystore and package name will the play store automatically inform the user of a new update or is there something I need to do those types of notifications?
In your Manifest, you need to change the build number.
If you don't, it will be rejected anyway by the play store.

Is there any way to add activity to app(apk) which is already delivered to customer [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have an Android application,already live on playstore, but due to certain changes in the requirement, I have to add one more activity to the app without updating the app again on playstore.
Also for future projects, how can I make the application update some part of its code, or patch a broken code without updating the app on the store.
In advance thank you!!
You cannot do that, unless your app is explicitly designed and written to support i.e. dynamic UI based on your external resoiurces/files etc. This is not the case so answer is "no".
or patch a broken code without updating the app on the store
You can download APK from external source and init its installation.

Android Google Play changing name of app [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Is it possible to change name of application after publishing it in Google Play?
I haven't published it yet but I'm going to do it.
Yes, you can change the name. You cannot change the package name.
Yes you can. Login into the Android Developers Console: http://developer.android.com/distribute/index.html
From the app you want to change from the list of the apps you have submitted.
On the bottom half of the package details tab you will see at Title field which you can update and it will change the name of your app.
If you have not published the app yet..then you can go to your project and change the name , sign the apk and upload it again.
You can change the app information at any point of time, without changing the version number of the app.

Categories

Resources