Class iOSPlatformSettings.ExportMethods
The app export destination methods.
Inheritance
System.Object
iOSPlatformSettings.ExportMethods
Namespace: FlaxEditor.Content.Settings
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class ExportMethods : Enum
Fields
AdHoc
Distribute to a limited number of devices you register in App Store Connect.
Declaration
public const iOSPlatformSettings.ExportMethods AdHoc
Field Value
iOSPlatformSettings.ExportMethods
|
AppStore
Distribute using TestFlight or through the App Store.
Declaration
public const iOSPlatformSettings.ExportMethods AppStore
Field Value
iOSPlatformSettings.ExportMethods
|
Development
Distribute to a limited number of devices you register in App Store Connect.
Declaration
public const iOSPlatformSettings.ExportMethods Development
Field Value
iOSPlatformSettings.ExportMethods
|
Enterprise
Distribute to members of your organization if you’re a part of the Apple Developer Enterprise Program and are ready to release your app to users in your organization.
Declaration
public const iOSPlatformSettings.ExportMethods Enterprise
Field Value
iOSPlatformSettings.ExportMethods
|
value__
Declaration
public int value__
Field Value
System.Int32
|