Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download dialog shouldn't be always invoked #106

Open
camilacanhete opened this issue Aug 4, 2017 · 3 comments
Open

Download dialog shouldn't be always invoked #106

camilacanhete opened this issue Aug 4, 2017 · 3 comments

Comments

@camilacanhete
Copy link

From Google documentation..

The download process from a high level looks like this:
User selects to install your app from Google Play.

  • If Google Play is able to download the expansion files (which is the case for most devices), it downloads them along with the APK.
  • If Google Play is unable to download the expansion files, it downloads the APK only.

So when Google are able to download the expansion file (which seems to be totally random because i got both cases on the same build and device), the download dialog should never appear.

On a Moto C (Android 7.0) the download dialog appears and get stuck to -0.00MB. Then my app continues to run normally but in the upper bar the download is still there (stuck). Perhaps this is something similar to #94.

Screenshot attached.
screenshot_20170804-120734

@agamemnus
Copy link
Owner

It shouldn't be invoked if the download is successful. Yes, I think it might be a problem with rounding actually... I don't know. Check that progress code...

@agamemnus
Copy link
Owner

Maybe related to #94.

@dermatthias
Copy link

I have the same problem as mentioned above, the dialog pops up and does not disappear.

The obb was fully loaded while installing the app in the Google Play store.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants