Support for iOS Target Extensions in Unreal Engine

Is there a supported way to use iOS Target Extensions in an application developed with Unreal Engine?

We need to use the Notification Content Extension feature

(https://developer.apple.com/documentation/usernotificationsui/customizing-the-appearance-of-notifications),

and to accomplish this, we currently finish development in the Unreal Editor, then refresh and open the generated Xcode project to manually add the required Target.

However, each time the Unreal Editor regenerates or refreshes the Xcode project, the manually added Target is removed. This makes the workflow quite inconvenient.

Is there an official or recommended method to integrate iOS Target Extensions—such as Notification Content Extension—into an Unreal Engine iOS project so that they persist across project regenerations?

Thank you.

[Attachment Removed]

Hi Unreal_PC platform_client,

To have app extensions be embedded directly by UE’s Xcode project file generation, these would need to be dropped to your project’s Build/IOS/Extensions/$AppExName directory.

Best regards.

[Attachment Removed]