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
1 answer

why sometime google play library is not detecting the latest build

I am using in app update some time it's working fine but some time not like yesterday it's detecting perfectly for new update but today it's not detecting the new update on play Store I implemented as same as they have suggested in document. Is…
Virendra Varma
  • 895
  • 1
  • 12
  • 23
0
votes
1 answer

in-app update is not working app is also live on play store?

I am implementing in-app update feature, for that I am using google play core library as implementation 'com.google.android.play:core:1.6.1. this code always returns no update available. private void checkUpdate() { appUpdateManager =…
0
votes
0 answers

AbstractMethodError after adding in-app update

My app is crashing after I've added in-app updates and the play core library. Any ideas? I'm using implementation "com.google.android.play:core:1.6.1" and the following code: private val appUpdateManager by lazy {…
hardysim
  • 2,756
  • 2
  • 25
  • 52
-3
votes
1 answer

In-app update of android app from google drive or drpobox

I am making an android app only for my friends. I don't want to upload it in play store. Is there any way to provide in-app update to the users with free services like google drive or Dropbox?
1 2 3
12
13