Is the OBB expansion file downloaded every update, even if it doesn't change?
I had a user complaining that the automatic Android update was downloading the entire app (140 MB download, including APK file and main OBB file) during an Android update. Is this possible?
I thought only the APK was downloaded during an app update - if there were no changes in the OBB file and the OBB file stayed the same - same name, version and content.
This might be a Play Store bug, I noticed this when I was downloading my app the other day. The APK is 12 MB, but the % progress display number (not the progress bar, but the number that is displayed on the left side) went from 0 to 140 MB.
android android-expansion-files apk-expansion-files
add a comment |
I had a user complaining that the automatic Android update was downloading the entire app (140 MB download, including APK file and main OBB file) during an Android update. Is this possible?
I thought only the APK was downloaded during an app update - if there were no changes in the OBB file and the OBB file stayed the same - same name, version and content.
This might be a Play Store bug, I noticed this when I was downloading my app the other day. The APK is 12 MB, but the % progress display number (not the progress bar, but the number that is displayed on the left side) went from 0 to 140 MB.
android android-expansion-files apk-expansion-files
add a comment |
I had a user complaining that the automatic Android update was downloading the entire app (140 MB download, including APK file and main OBB file) during an Android update. Is this possible?
I thought only the APK was downloaded during an app update - if there were no changes in the OBB file and the OBB file stayed the same - same name, version and content.
This might be a Play Store bug, I noticed this when I was downloading my app the other day. The APK is 12 MB, but the % progress display number (not the progress bar, but the number that is displayed on the left side) went from 0 to 140 MB.
android android-expansion-files apk-expansion-files
I had a user complaining that the automatic Android update was downloading the entire app (140 MB download, including APK file and main OBB file) during an Android update. Is this possible?
I thought only the APK was downloaded during an app update - if there were no changes in the OBB file and the OBB file stayed the same - same name, version and content.
This might be a Play Store bug, I noticed this when I was downloading my app the other day. The APK is 12 MB, but the % progress display number (not the progress bar, but the number that is displayed on the left side) went from 0 to 140 MB.
android android-expansion-files apk-expansion-files
android android-expansion-files apk-expansion-files
edited Jan 3 at 2:00
live-love
asked Dec 22 '18 at 23:20
live-lovelive-love
17.8k108887
17.8k108887
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
If the OBB is not in your device, it gets downloaded.
If the OBB is in your device, and it has the same file size and name, it does not get downloaded.
If the OBB is in your device, and it has a different file size and same name, it gets downloaded and temp. gets appended to the file name.
Same happens with the patch file.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53900020%2fis-the-obb-expansion-file-downloaded-every-update-even-if-it-doesnt-change%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
If the OBB is not in your device, it gets downloaded.
If the OBB is in your device, and it has the same file size and name, it does not get downloaded.
If the OBB is in your device, and it has a different file size and same name, it gets downloaded and temp. gets appended to the file name.
Same happens with the patch file.
add a comment |
If the OBB is not in your device, it gets downloaded.
If the OBB is in your device, and it has the same file size and name, it does not get downloaded.
If the OBB is in your device, and it has a different file size and same name, it gets downloaded and temp. gets appended to the file name.
Same happens with the patch file.
add a comment |
If the OBB is not in your device, it gets downloaded.
If the OBB is in your device, and it has the same file size and name, it does not get downloaded.
If the OBB is in your device, and it has a different file size and same name, it gets downloaded and temp. gets appended to the file name.
Same happens with the patch file.
If the OBB is not in your device, it gets downloaded.
If the OBB is in your device, and it has the same file size and name, it does not get downloaded.
If the OBB is in your device, and it has a different file size and same name, it gets downloaded and temp. gets appended to the file name.
Same happens with the patch file.
edited Jan 5 at 15:50
answered Jan 4 at 16:08
live-lovelive-love
17.8k108887
17.8k108887
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53900020%2fis-the-obb-expansion-file-downloaded-every-update-even-if-it-doesnt-change%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown