Up to date

This page is up to date for Godot 4.2. If you still find outdated information, please open an issue.

EditorExportPlatformIOS

Inherits: EditorExportPlatform < RefCounted < Object

Exporter for iOS.

Tutorials

Properties

String

application/app_store_team_id

String

application/bundle_identifier

String

application/code_sign_identity_debug

String

application/code_sign_identity_release

int

application/export_method_debug

int

application/export_method_release

bool

application/export_project_only

int

application/icon_interpolation

int

application/launch_screens_interpolation

String

application/provisioning_profile_uuid_debug

String

application/provisioning_profile_uuid_release

String

application/short_version

String

application/signature

int

application/targeted_device_family

String

application/version

bool

architectures/arm64

bool

capabilities/access_wifi

bool

capabilities/push_notifications

String

custom_template/debug

String

custom_template/release

String

icons/app_store_1024x1024

String

icons/ipad_76x76

String

icons/ipad_152x152

String

icons/ipad_167x167

String

icons/iphone_120x120

String

icons/iphone_180x180

String

icons/notification_40x40

String

icons/notification_60x60

String

icons/settings_58x58

String

icons/settings_87x87

String

icons/spotlight_40x40

String

icons/spotlight_80x80

String

landscape_launch_screens/ipad_1024x768

String

landscape_launch_screens/ipad_2048x1536

String

landscape_launch_screens/iphone_2208x1242

String

landscape_launch_screens/iphone_2436x1125

String

portrait_launch_screens/ipad_768x1024

String

portrait_launch_screens/ipad_1536x2048

String

portrait_launch_screens/iphone_640x960

String

portrait_launch_screens/iphone_640x1136

String

portrait_launch_screens/iphone_750x1334

String

portrait_launch_screens/iphone_1125x2436

String

portrait_launch_screens/iphone_1242x2208

String

privacy/camera_usage_description

Dictionary

privacy/camera_usage_description_localized

String

privacy/microphone_usage_description

Dictionary

privacy/microphone_usage_description_localized

String

privacy/photolibrary_usage_description

Dictionary

privacy/photolibrary_usage_description_localized

Color

storyboard/custom_bg_color

String

storyboard/custom_image@2x

String

storyboard/custom_image@3x

int

storyboard/image_scale_mode

bool

storyboard/use_custom_bg_color

bool

storyboard/use_launch_screen_storyboard

bool

user_data/accessible_from_files_app

bool

user_data/accessible_from_itunes_sharing


Property Descriptions

String application/app_store_team_id

Apple Team ID, unique 10-character string. To locate your Team ID check "Membership details" section in your Apple developer account dashboard, or "Organizational Unit" of your code signing certificate. See Locate your Team ID.


String application/bundle_identifier

Unique application identifier in a reverse-DNS format, can only contain alphanumeric characters (A-Z, a-z, and 0-9), hyphens (-), and periods (.).


String application/code_sign_identity_debug

The "Full Name", "Common Name" or SHA-1 hash of the signing identity used for debug export.


String application/code_sign_identity_release

The "Full Name", "Common Name" or SHA-1 hash of the signing identity used for release export.


int application/export_method_debug

Application distribution target (debug export).


int application/export_method_release

Application distribution target (release export).


bool application/export_project_only

If true, exports iOS project files without building an XCArchive or .ipa file. If false, exports iOS project files and builds an XCArchive and .ipa file at the same time. When combining Godot with Fastlane or other build pipelines, you may want to set this to true.


int application/icon_interpolation

Interpolation method used to resize application icon.


int application/launch_screens_interpolation

Interpolation method used to resize launch screen images.


String application/provisioning_profile_uuid_debug

UUID of the provisioning profile. If left empty, Xcode will download or create a provisioning profile automatically. See Edit, download, or delete provisioning profiles.

Can be overridden with the environment variable