google-play-core Questions

15

Recently, Google introduced 'in-app updates' in Google I/O 2019. So I am trying to use it. val appUpdateManager = AppUpdateManagerFactory.create(this) val appUpdateInfo = appUpdateManager.appUpda...
Retinue asked 11/5, 2019 at 4:0

2

Solved

The documentation states on a topic when to ask for a review: Trigger the in-app review flow after a user has experienced enough of your app or game to provide useful feedback. Do not prompt the...
Valentine asked 10/8, 2020 at 13:38

5

Solved

I have been following In-App update API in Android for quite some time now and I am unable to find any relevance of the following line: appUpdateInfo.isUpdateTypeAllowed(AppUpdateType.IMMEDIATE) ...
Vintage asked 30/5, 2019 at 12:0

22

I'm trying to utilize the Review API (Play Core library 1.8.0) from Google which was just released yesterday. See https://developer.android.com/guide/playcore/in-app-review I followed the troublesh...
Courtyard asked 6/8, 2020 at 15:8

0

I recently enabled Google Play Console's Integrity API, but I don't intend on using it, is there a way to disable it? There doesn't seem to be an option to disable it on Setup > App Integrity &g...

1

We implemented some time ago In App Updates using Google Play Core library, and recently (started on September 8th) to shown on our Crashlytics lots of Install Error (-100) crashes. Not sure if Goo...
Colet asked 13/10, 2020 at 7:16

0

I am trying to implement in-app updates in my android app following the official documentation. I launched one version of my app on Play Store using internal testing track followed by another versi...

5

Solved

I wrote a Beta version of the application. It will be available for download through the web (I will not publish it to the Play Market). Is it possible to update this application without Play Marke...
Vitrain asked 4/3, 2013 at 23:35

12

Solved

I am trying to integrate the new In-App Update API but I cannot able to test it's implementation. Seems like my code is fine therefore I read the Troubleshoots and am not able to understand 2 point...
Cerography asked 13/5, 2019 at 19:12

1

There is a simple app in android studio written in kotlin.This is the following code in onCreate val manager = FakeReviewManager(baseContext) val request = manager.requestReviewFlow() request.ad...
Dori asked 8/9, 2020 at 7:54

7

Implemented in-app update feature, using the following code snippet: private void showInAppUpdateDialog(boolean isMandatoryUpdate) { Task<AppUpdateInfo> appUpdateInfoTask = appUpdateManager...
Lazor asked 17/3, 2020 at 7:47

7

Solved

I recently came across a new kind of app update flow which is provided by Google Play API. I liked this seamless flow to update an Android application. I observed the below mentioned steps in the H...
Chemaram asked 1/5, 2019 at 17:4

2

Solved

In the documentation it's stated that the ReviewInfo object is only valid for a limited amount of time: Note: The ReviewInfo object is only valid for a limited amount of time. Your app should requ...
Overskirt asked 22/8, 2020 at 8:22

1

I'm trying to utilize the Review API (Play Core library 1.8.0) from Google which was just released today. See https://developer.android.com/guide/playcore/in-app-review. I am currently using it usi...
Homogenize asked 21/8, 2020 at 5:32

1

Solved

Some context: Most of us may have faced this ResourceNotFoundException when we migrated to Android app bundle release method. It is evident that the issue is because of Side-loading the app. Refere...

2

Application is using immediate mode to update the application. It starts downloading the APK but after downloading the APK, it never install. UI hangs with showing download progress 100%. There is ...
Rawlins asked 25/10, 2019 at 6:56

1

I have integrated the in-app updates feature by Google Play Core library using this link. I am using immediate update option because we make various critical bug fixes regularly which are importan...
Neutralism asked 24/12, 2019 at 10:20

1

I am trying to use internal app sharing to test that I can correctly request and download an on-demand dynamic feature module. When I try this I can see that it first starts to download new featur...
Intercommunicate asked 27/11, 2019 at 19:4

1

When Users downloads the app via Flexible app update appUpdateManager?.startUpdateFlowForResult(it, AppUpdateType.FLEXIBLE, activity, REQUEST_CODE_FLEXI_UPDATE) but forgets or accidentally skips...
Thumbstall asked 31/7, 2019 at 7:25

3

I'm trying out the in-app update feature and I'm getting a FAILED install status and a -100 install error code. Is there any way for me to know what may be causing this? I implemented the flexible...
Friend asked 24/7, 2019 at 15:48

1

Solved

Steps to reproduce this error: Click update button & it opens update app dialog since it's AppUpdateType.FLEXIBLE. Click No, thanks Try update again. App crashes with following error: I'm ...
Plasm asked 31/7, 2019 at 11:48

2

Suppose we have different feature modules in our project, and there is a code change in one of the on demand features. Now What I want to know is can we build .aab(android app bundle) or .apk for o...

3

Is there any option available in the playstore console to configure this value? Here is the official doc. code: // Creates instance of the manager. AppUpdateManager appUpdateManager = AppUpdateMa...
Enthusiast asked 24/6, 2019 at 11:16
1

© 2022 - 2024 — McMap. All rights reserved.