tvOS is missing prebuilt ssl libraries

UE - Platform - Apple - Apr 4, 2024

tvOS should include the libssl.a libs as part of the install build. ...

Mac Modern xcode framework link issue

UE - Platform - Apple - Mar 25, 2024

Our client is attempting to use an external framework as a third party within Unreal Engine, and they are encountering issues despite following the standard guidelines for adding the framework. T ...

ASan on iOS is broken

UE - Platform - Apple - Mar 1, 2024

Address Sanitizer (asan) is currently not working on iOS. This could be a helpful feature to get working again. ...

iOS Quick Launch from the Editor no longer starts the app on device

UE - Platform - Apple - Feb 28, 2024

For some reason, iOS apps no longer launch on device when using QuickLaunch within the Editor.  Instead, it does install the app onto the device, but when it attempts to then launch the app, a messa ...

Windows Metal Shader Compiler creates invalid shaders for iOS

UE - Platform - Apple - Feb 23, 2024

When installed app is started on device, log will say there's missing or invalid metal shaders ...

Launching iOS build from Xcode fails after initial install

UE - Platform - Apple - Feb 21, 2024

Xcode has an issue with repeated launches onto an iOS device.  After the initial install, Xcode is unable to install any other builds of that same app due to some sort of codesigning issue.  A work ...

Using GameCenter from iOS15 onwards requires a plist entitlement key

UE - Platform - Apple - Dec 6, 2023

Apple added a new Entitlement plist value starting with iOS15 to allow connecting with GameCenter.  It's a boolean value with the key: com.apple.developer.game-center Without it, the app can not co ...

iOS launch screen might briefly appear in Portrait before switching to Landscape

UE - Platform - Apple - Nov 13, 2023

Sometimes on the first launch of the game after install, the launch image will be a cropped portrait drawn in landscape orientation, on the left side of the screen, with the top and bottom getting c ...

Editor iOS rotation specifiers are not followed (especially Portrait)

UE - Platform - Apple - Oct 20, 2023

Specifying which orientations the iOS app supports are not honoured correctly.  ie: a landscape only game will still render in Portrait mode even when Portrait is disabled in the iOS Settings panel ...