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

I can't access patch expansion file #114

Closed
neilmaledev opened this issue Oct 3, 2017 · 4 comments
Closed

I can't access patch expansion file #114

neilmaledev opened this issue Oct 3, 2017 · 4 comments

Comments

@neilmaledev
Copy link

neilmaledev commented Oct 3, 2017

main expansion file is working fine but my newly created patch expansion file is not accessible. I put them on the same directory with the same structure inside

obb/appname/main.1.appname.obb
obb/appname/patch.1.appname.obb

This is working fine with the main expansion file
content://oneminute.change.app/expansion/cloud.jpg

But this is not working in patch expansion file
content://oneminute.change.app/expansion/moon.jpg

STRUCTURE is simply like this on both main & patch:
/expansion/fileshere.*

Am I missing something? Any help is appreciated. TIA.

@agamemnus
Copy link
Owner

agamemnus commented Oct 3, 2017 via email

@neilmaledev
Copy link
Author

neilmaledev commented Oct 3, 2017

Oh I double check my code and it seems that its just my mistake. It's working now, Sorry.

I just have another question, let me show a quick illustration

== START OF ILLUSTRATION ==

RELEASE 0
APK (80mb)

RELEASE 1

  • APK (80mb)
  • main.1.expansion.obb (40mb)
    TOTAL SIZE (120mb)

RELEASE 2

  • APK (80mb)
  • main.1.expansion.obb (40mb) - same with RELEASE 1
  • patch.1.expansion.obb (20mb)
    TOTAL SIZE (140mb)

RELEASE 3

  • APK (80mb)
  • main.1.expansion.obb (40mb) - same with RELEASE 1
  • patch1.expansion.obb (20mb) - (my expectation is, this will stay)
  • patch2.expansion.obb (10mb)
    TOTAL SIZE (150mb) - expected
    REALITY? (130mb)

== END OF ILLUSTRATION ==

Now, I'm wondering if the files on RELEASE 2 patch1 will remain on the app after the RELEASE 3 or it will be removed and patch2 will take place?

Because what I want is to keep all the files on every patch updates. Currently (RELEASE 1), I don't have any idea on how my next release behaves. What makes me curious the most is on RELEASE 3. Any clearer explanation is appreciated. BTW Thanks.

@agamemnus
Copy link
Owner

agamemnus commented Oct 3, 2017 via email

@neilmaledev
Copy link
Author

Okay THX

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

2 participants