Questions tagged [in-app-update]

Use tag for questions addressing in-app updates in Android (Play Core library feature)

In-App updates is a Play Core library feature that introduces a new request flow to prompt active users to update your app.

185 questions
0
votes
2 answers

How can I force user to update my Android app with GitHub?

I don't have a Google Play Store account, I'm trying to implement AppUpdater library, but I cannot understand this procedure. How do I set up my GitHub repository? Here is my code: And here is my Github repository.
0
votes
2 answers

React Native App update redirect using Linking (bundle release)

When the app starts i manually checking the current installed build number with the latest build number which i stored in database, and then if the installed build version number is less then i prompting the user about the app updates with two…
Nandha
  • 655
  • 1
  • 6
  • 14
0
votes
0 answers

In-app updates returns UPDATE_NOT_AVAILABLE even though Google Play shows that one is

I read all the similar posts to this problem and tried the suggested solutions, but I'm still coming up empty. I'm wondering if the problem is in Android Studio (I'm running the current latest version, 3.6.1) because it gives me a build error on…
0
votes
3 answers

Where to add the code for checking in app updates in android, would it be fine if I do it in the splash screen? or the mainActivity?

I was going through in-app updates library (https://developer.android.com/guide/playcore/in-app-updates) and want to add this functionality, however I am confused about where to add the code to check if the update is available, I couldn't any…
Aviharsh Shukla
  • 143
  • 3
  • 12
0
votes
2 answers

How can we implement AppUpdateType FLEXIBLE as well as IMMEDIATE in Google Support in-app updates? Does Google provide Anything in Playstore Console?

I want to implement Google In-App Updates dynamically inside my application, Does Google Play console provide anything through which we can decide to AppUpdateType of the App. which can be IMMEDIATE or FLEXIBLE.
Gaurang Goda
  • 3,394
  • 4
  • 20
  • 29
0
votes
3 answers

Play Store having new version of the app, but showing open button instead of update

Force update code is not implemented in the previous version So I add Force update code in the new version(Version Code 6) and uploaded testing version on play store. Now For testing, I create new release build of version code 5 and install it in my…
0
votes
1 answer

InAppUpdate not work proper ,the download process are done successful but app not install

I implement Google in-app update on my app, I already added in my other app its work properly and its update my app also. but in my new app, I add its to same as oldest apk its follow all process and download also but not update the app.if anyone…
Praful Korat
  • 374
  • 4
  • 22
0
votes
0 answers

Android in-app update dialog with custom layout

I want to use the in-app update API but with a custom layout, not the default one shown in this guide
RoiAttia
  • 11
  • 2
0
votes
0 answers

in-app update not working Bare Expo, possible onCreate not running and onResume causing Crashes

I am trying to add Android in-app updates feature onto my bare expo apps, however, after trying to add the code in MainActivities.java, the app just load into the app directly without updating even though it is shown that the version is behind. I…
Bulaxy
  • 111
  • 8
0
votes
2 answers

How to test In App Update In Android Manually

I have implemented In-app update in my app and followed the below mentioned steps to test it, Uninstall the original app from device. Install the app from the Google Play Store Uninstall the app again. Generate signed apk with the new feature,…
hasan_shaikh
  • 1,434
  • 1
  • 15
  • 38
0
votes
1 answer

How to update application in background like Facebook, Instagram , Messenger is doing?

I want to know exactly what Facebook, Instagram, Messenger is doing for background Application update (App-Update)? I observed they are updating applications outside playstore is it without user intervention?
Md Shahnawaz
  • 556
  • 5
  • 20
0
votes
1 answer

Google Play - In App Update is installed but it shows update available again and again

Recently I've added In App Update feature in my App with IMMEDIATE update flow. Here is I'm checking and requesting for the update in onCreate() of MainActivity initialized the variable in onCreate() like this appUpdateManager =…
Al Walid Ashik
  • 1,545
  • 20
  • 32
0
votes
1 answer

Apps updation continues ,even after the app updated using google play core library

I have updated my app using the google play core library .but even after app downloaded the update,when the app comes to specific activity(where updating described)updation starts again. I have followed all the rules downloaded an update first of…
user11754816
0
votes
1 answer

inappupdate not available after skipping installation

When Users downloads the app via Flexible app update appUpdateManager?.startUpdateFlowForResult(it, AppUpdateType.FLEXIBLE, activity, REQUEST_CODE_FLEXI_UPDATE) but forgets or accidentally skips to click the restart app button which does…
AskQ
  • 4,215
  • 7
  • 34
  • 61
0
votes
2 answers

Is there a way to recover alias key password having the keystore file, keystore password and previous signed apks?

I need to update my app and I have keystore fil, keystore password, alias name, previous signed apk but forgot the alias key password. Am I screwed ? Note: I am not using Android Studio to generate apks so there is no logs to check. I cannot try the…
Ahmed Samy
  • 1,006
  • 2
  • 11
  • 24
1 2 3
12
13