Why does the engine need the FOREGROUND_SERVICE_DATA_SYNC service? I need to find out this for google play
Any updates on this? Tried disabling AndroidFileServer and still getting the same problem on UE 5.3
Found a solution.
The Android Runtime Permissionsplugin (I think, there’s barely any documentation) generates ManifestRequirementsOverride.txt in <project_directory>/Build/Android.
You need to remove the line <uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC" __line="67" /> or similar.
Hope that helps!
I am also facin the same issue while upload the latest package over Play console.
Anyone found solution yet?
NOTE: I have already tried above solutions mentioned and my project is in 5.4
it is in 5.7.3 i i try to build apk in shipping mode it automatically switches to devloment mode and includes andriod server plugin with it that’s why we are getting these error



