0

Is there a proper way to create expansions files for iOS and Android apps using the command line tool (haxe or lime) or is it always just by manually making a .zip file and renaming it to match the correct pattern?

Creative Magic
  • 3,143
  • 3
  • 28
  • 47
  • Do you really mean expansion, or do you man extension, like a C++ native extension? – TheSHEEEP May 22 '14 at 11:11
  • I wrote correctly Expansion files, for android they are typically .OBB files. I might answer the question myself as I'm getting more info on the subject. – Creative Magic May 22 '14 at 11:30
  • Did you ever have any luck with this? I have an application ready for the play store but it is larger than the 50M limit. – Rich Searle Dec 17 '14 at 16:27

1 Answers1

1

I do the same thing. I also made an extension with a tool for this that simplifies the command. In addition to zipping and pushing the obb file to your device for testing, it also has the suggested google libraries to handle downloading the OBB in the case that the APK is downloaded and not the obb. https://github.com/thomasuster/android-expansion

Tom
  • 1,610
  • 1
  • 15
  • 19