Android Game need Storage Permission. APK is working fine but in AAB uploaded to play store is not working Using UE5.3

Hi, I am stuck at storage permission required.
I was packaging APKs intially for testing and it worked in all devices.
For relatively new devices i had to use ManifestRequirementsOverride and it worked but now for google play i had to package AAB.
Now i again i’m getting same storage error.
I have changed nothing still APK works and AAB is not.
I am not able to figure out what’s going on.
Tried so many solution like modifying menifestoverride,arm64_AndroidManifest,AndroidManifest nothing seems to work.
i am already in closed testing for Google play..PLz help.

Log :
--------- beginning of main
V/UE : [NetworkChangedManager] Network Available: 110
V/UE : [NetworkChangedManager] No network state set yet, setting naive network state checking connection fully.
V/UE : [NetworkChangedManager] Network connectivity changed. New connectivity state: CONNECTION_AVAILABLE
V/UE : [NetworkChangedManager] Network Capabilities changed, has Internet: true
V/UE : [NetworkChangedManager] Verifying internet connection with host: https://example.com/
D/UE : Used memory before allocating anything was 136.45MB
D/UE : Hardware CRC support detected!
D/UE : In the JNI_OnLoad function
D/UE : [JNI] - Failed to determine if app purchasing is enabled!
D/UE : Path found as ‘/storage/emulated/0’
D/UE : Font Path found as ‘/system/fonts/’
D/UE : In the JNI_OnLoad function 5
D/UE : Entering native app glue main function
D/UE : Created event thread
D/UE : Entered AndroidMain()
D/UE : Entering event processing thread engine entry point
D/UE : Prepared looper for event thread
D/UE : Passed callback initialization
D/UE : Passed sensor initialization
D/UE : Controller interface supported
D/UE : [GameActivity] Target SDK is 34. This may cause issues if permissions are denied by the user.
D/UE : [GameActivity] android.permission.WRITE_EXTERNAL_STORAGE was not granted; this may cause issues with file access.
D/UE : [GameActivity] Vulkan version: 1.1.0
D/UE : [GameActivity] Vulkan level: 1
D/UE : [GameActivity] Found DepthBufferPreference = 0
D/UE : [GameActivity] Found PropagateAlpha = 0
D/UE : [GameActivity] Found bPackageDataInsideApk = 0
D/UE : [GameActivity] Found ProjectName = IND_2D_Games
D/UE : [GameActivity] Found AppType =
D/UE : [GameActivity] Found bHasOBBFiles = 1
D/UE : [GameActivity] Found bVerifyOBBOnStartUp = true
D/UE : [GameActivity] UI hiding set to true
D/UE : [GameActivity] Display cutout set to false
D/UE : [GameActivity] BuildConfiguration set to Development
D/UE : [GameActivity] UseExternalFilesDir set to true
D/UE : [GameActivity] PublicLogFiles set to false
D/UE : [GameActivity] AllowIMU set to false
D/UE : [GameActivity] SupportsVulkan set to true
D/UE : [GameActivity] Using APK commandline
D/UE : [GameActivity] Parsing commandline: -project=“../../../IND_2D_Games/IND_2D_Games.uproject”
D/UE : [GameActivity] ro.hardware: mt6877
D/UE : [GameActivity] Hardware: MT6877V/TZA
D/UE : [GameActivity] ro.soc.model: MT6877V/TZA
D/UE : [GameActivity] Memory: 5524 MB
D/UE : [GameActivity] failed to get bytes from asset java.io.FileNotFoundException: configrules.bin.png
D/UE : [GameActivity] configrulesversion: no data
D/UE : [GameActivity] configrulesversion: no data
D/UE : [GameActivity] configrulesversion: no data
D/UE : [GameActivity] UseAffinity: false
D/UE : [GameActivity] BigCoreMask: 0xffff
D/UE : [GameActivity] LittleCoreMask: 0x0
D/UE : [GameActivity] Found obbassets asset pack
D/UE : [GameActivity] Found main.obb.png asset: /data/app/~~LuMnjbvjbI97ech-GyMvRg==/com.ind.keepitup-f3U-Us0OpOBRjXRfrqdzsQ==/split_obbassets.apk
D/UE : [GameActivity] APK path: /data/app/~~LuMnjbvjbI97ech-GyMvRg==/com.ind.keepitup-f3U-Us0OpOBRjXRfrqdzsQ==/split_obbassets.apk
D/UE : [GameActivity] OBB in APK: true
D/UE : [GameActivity] — memstats:
D/UE : memstat: Used memory: (updated): 69887
D/UE : memstat: VmSize: 7306780 kB
D/UE : memstat: VmHWM: 161024 kB
D/UE : memstat: VmRSS: 161024 kB
D/UE : memstat: VmData: 1463104 kB
D/UE : memstat: VmSwap: 38928 kB
D/UE : GFilePathBase Path override to’/storage/emulated/0/Android/data/com.ind.keepitup/files’
D/UE : InternalFilePath found as ‘/data/user/0/com.ind.keepitup/files’
D/UE : ExternalFilePath found as ‘/storage/emulated/0/Android/data/com.ind.keepitup/files’
D/UE : App is running in Portrait
D/UE : AndroidPropagateAlpha = 0
D/UE : [GameActivity] Android version is 14
D/UE : [GameActivity] Android manufacturer is realme
D/UE : [GameActivity] Android model is RMX3395
D/UE : [GameActivity] Android build number is RMX3395_14.0.0.1013(EX01)
D/UE : [GameActivity] OS language is set to en_IN
D/UE : [GameActivity] Debugger attached is false
D/UE : [GameActivity] GoogleApiClient exception caught: java.lang.IllegalArgumentException: must call addApi() to add at least one API
D/UE : [GameActivity] googleClient is disabled
D/UE : [GameActivity] ==============> GameActive.onCreate complete!
D/UE : [GameActivity] Creating console command broadcast listener
D/UE : LogAndroidEvents::EnqueueAppEvent : 9, [width=-1, height=-1], tid = 29315, APP_EVENT_STATE_ON_START

I am also in the same page was not able to find the solutions did you able to solve this.

please try to connect on Linkedin

https://www.linkedin.com/in/gagandeep-singh-a09726200/

or discord if possible

i had to upgrade my project from 5.3 to 5.4..it solved my problem…

Thanks brother for your reply