I am developing on Unreal 5.2. My game run successfully in Mac and I am successfully able to distribute externally in Mac however while uploading the game to the Mac App store, the com.apple.security.app-sandbox needs to set to true in entitlements.
If i do this then the game doesn’t run and quits unexpectedly.
And my prime suspect is EpicWebHelper because prior to this the game was running fine.
After using EpicWebHelper plugin and with com.apple.security.app-sandbox set to true, it is not running.