You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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...
From Google documentation..
The download process from a high level looks like this:
User selects to install your app from Google Play.
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.
The text was updated successfully, but these errors were encountered: