Packaging iOS Projects

Product documentation including reference and guides for Unreal Engine 4

Choose your operating system:

Windows

macOS

Linux

On this page

Steps

In the following section, we will take a look at using the UE4 Editor to create an .IPA of your project, which can be installed later without the need for the Editor.

If you are localizing your iOS project, you will need to also translate strings in your code. See the Localize ‘plist' and ‘NSLocalizedString' in an iOS Project page for instructions on how to do this.

  1. Connect your device to your computer if it is not already connected.

  2. Open your project in Unreal Editor.
    open_project.png

  3. In the File menu, select Package Project > iOS .
    package_menu.png

  4. In the directory dialog, select a location for the .ipa file to be saved.

  5. A packaging message will appear in the bottom right corner of the editor while the game is being packaged.
    project_package.png

  6. A message is displayed when the project is successfully packaged.
    package_complete.png

End Result

When completed you will now have an .IPA that is ready to be deployed to your iOS device. Refer to our page on using the iPhone Packager for information about how to install an .IPA on Windows.

app_Install_xCode_6.png

Steps

In the following section, we will take a look at creating a .IPA of your UE4 project that can be installed without the need for the UE4 Editor.

  1. Connect your device to your computer if it is not already connected.

  2. Open your project in Unreal Editor.
    open_project.png

  3. In the File menu, select Package Project > iOS .
    package_menu.png

  4. In the directory dialog, select your project's directory as this is where the packaged project ( .ipa file) will be located.

  5. A packaging message will appear in the bottom right corner of the Editor while the game is being packaged.
    project_package.png

  6. A message is displayed when the project is successfully packaged.
    package_complete.png

  7. From Xcode go to Window and then select Devices and Simulators .
    app_Install_xCode_1.png

  8. In the Devices section, press the Plus sign icon to start the app install process.
    app_Install_xCode_2.png

  9. Locate and select the .ipa file that UE4 created and then press the Open button to begin the install process.
    app_Install_xCode_3.png

  10. The progress of the install will be displayed across the top of the Devices window.

End Result

When completed you will see the IPA added to your iOS device.

app_Install_xCode_5.png

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss