79826345

Date: 2025-11-21 09:46:40
Score: 1
Natty:
Report link

After uploading the bundle file to the Play Store, this removes localization resource files based on the phone settings.

To avoid the problem, add the line below:

android {
    bundle {
        language {
            enableSplit = false
        }
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: faribakhandani