We have an app with audio files that are over 100MB in size. So we have to move them to expansion pack.
These files are individually bought via in-app billing. As they are inside the expansion pack, they are downloaded as .obb
file which can be easily open with any ZIP tool. So any smart user can extract them without having to purchase them inside the app.
How can we prevent this? How to safely store audio files inside OBB expansion file so no one can extract them and use them before purchasing them?