How to use obb extension file?

Hi smitpatel88,
Yes, my project up to google store with version 3.11.1 is working with Obb Expansion File .
I follow with topic Android APK Expansion Files with cocos2d-x v3 and this gist by stevetranby https://gist.github.com/stevetranby/3151c541a7ce17cbd9bc to build my expansion obb. And it’s working.
I check java code and cpp code in version 3.16 , it’s simply build file obb and cocos2dx 3.16 do everything with expansion. But up to store , app does not read file obb even when i have find obb in Android/obb .
You can try to test by this step: build your apk , copy your obb file and apk in your device . Setup Apk . I try and get error can’t find file obb look like app does not read it.
Thank for you attention.