How do I upload the game larger than 150mb to google play (500mb)
Hey @DemirYapim!
So Google doesn’t allow APKs larger than that. However, you can include up to 2 files that are 2GB each:
A Primary file which should be updated extremely rarely that has the primary assets, and an Update file.
This way, the APK is the initial download from the store, and then the APK will need to be programmed to download the other two (or one) expansion file. This can be seen in a lot of larger games, like Dissidia: Final Fantasy Opera Omnia or The Elder Scrolls: Blades.
Disclaimer: this link is not affiliated with Unreal Engine, Epic Games, or their partners.
To further Mind-Brain’s reply, refer to the suggestions on the following documentation page for reducing package sizes: Reducing Packaged Game Size | Unreal Engine 4.27 Documentation.