I'm developing an app using App Bundle.
The problem is that I need to add a large video resource file into the app. The first thing I thought of was streaming the video, but that is not possible for now. So I have to download it for the first time and keep it until there is an update. I found out that using expansion files is the suitable solution for this problem. After some struggle, I found out that the Google Play console doesn't show adding expansion files for the App Bundle.
Does anyone have an answer to this? Maybe dynamic delivery can be a solution for this?
Thank you.