Questions tagged [android-update-app]
73 questions
2
votes
3 answers
Programmatically trigger app update from Google play
Once an update to app is submitted in Google play developer console and the app is visible to all users, how much time would it take for any device to pick the update? (Assuming active internet wifi connection is throughout the day and auto-update…

jay
- 1,982
- 2
- 24
- 54
2
votes
2 answers
Android Update app without disturbing local Sqlite DB
I have an App on Playstore. The app is named Credit Flow.It is used to track income and expenses of an individual.
I use local Sqlite Db to save all the transactions(they are not saved on any server).
I am new to pushing apk updates. My question…

Ankit Gautam
- 68
- 6
2
votes
0 answers
Android - App uses old resource ids even after update
I have been breaking my head over a weird problem. I have an app in the play store that was created using eclipse. Now I have migrated to Android studio. In the process a new R.java file has been generated with new resource ids for the drawables and…

user3004878
- 21
- 2
1
vote
0 answers
Image map wrongly in android update of React Native app
I experience the same issue as stated here enter link description here
Whenever I update to a new version on android with any image added to the source code and imported via require... I will see the icons and images mapped to the wrong places. On…

Fapi
- 323
- 2
- 15
1
vote
1 answer
Auto-Update Enterprise (intern) Apps
So, is there a realiable way to update enterprise/intern apps remotelly?
I work in a company that spreads across my state, including some areas that the access is dificult, so I can't send someone to locally update the app everytime there's a new…

Vitor Sobrinho
- 33
- 4
1
vote
2 answers
How to call a specific function when the app is updated from Store or is First installed in Android?
I have an app with a Login functionality and also auto Login, and before login screen, a Splash Screen Activity is displayed. Inside Splash Screen activity I want to check if the user has just updated the app from the Google play to a newer version,…

Razvan22
- 153
- 2
- 12
1
vote
0 answers
install and update apk - targetSdkVersion 29 (Android 10)
since I updated targetSdkVersion to 29 I am facing many troubles, this one realted to downloading - installing - updating my app. The apk with the new version is downloaded successfully (because I find it through the file explorer in my phone) but I…

mantc_sdr
- 451
- 3
- 17
1
vote
2 answers
sharedpreferences are cleared on update to new version when using android:allowBackup="false" in Manifest?
I have face strange issue on my app, sharedpreferences are cleared when I update the new version of apk.
I have used false for android:allowBackup. is this the reason ? if no, what I need on app side to keep my exiting preferences?
Thanks in advance

Rajasekaran M
- 2,478
- 2
- 20
- 30
1
vote
0 answers
AOSP - Custom System Update
I've been searching for about two days for a way to receive informations about System updates in Nougat 7.1.2.
The reason I'm trying to do this is because I need to to make it more accessible for our type of users (but still be able to use the…

Maxime Limoges
- 31
- 6
1
vote
0 answers
Error when deploying an Android app bundle
In Google Play Console I'm trying to test an update for an app that was previously deployed using APKs to an app bundle.
I'm generating the APK (with build code 4) and creating a new release in the internal testing track. The upload and publishing…

mihai.batista
- 11
- 4
1
vote
0 answers
Update APK from URL Android Without Google Play
I Have a code that detect if a "Package-Name" is installed or not, and download it from URL if not.
Everything is good for now, But I want to Update The APK from the server and the App detect if a new version is available , And Prompt the user to…

Cristina99
- 21
- 1
- 7
1
vote
1 answer
What happens to Realm database when the user updates the Android app from the store?
I would like to know what happens with Realm when the user updates the Android app.
I have an Android application with some classes that extend from RealmObject. I use them to persist information on my app.
The thing is, when I define new classes as…

Paula Baudo
- 23
- 6
1
vote
0 answers
How to disable older GCM token after app update?
I upgrade notification module from GCM to FCM and release to 'Appstore' and 'playstore'.
Issue is that updated App from old version device is receiving duplicated message. But delete app and reinstall it's ok just receive one message.
I found…

Seonsoo Park
- 31
- 8
1
vote
2 answers
How to detect Android App has been upgraded from version x to y?
I have a problem with my android app for own educational reason.
Is there a ready solution to detect that the app has now been updated from version x to y? Because I want to migrate some data once only if the app was installed in a special version…

EV221
- 33
- 1
- 7
1
vote
2 answers
Is it possible to recreate a new android keystore using my old keystore details?
I want to give an updation to my existing app. Now i am using a new system for developing, the problem is that my keystore is in my old system .Is it possible to recreate the same keystore in my new system, i know all the details of my old keystore…

Bibin
- 21
- 5