ProvisioningProfileType
The type of the iOS provisioning profile if manual signing is used.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public enum ProvisioningProfileType
Fields
Value | Description |
|---|---|
| Automatic | The provisioning profile type will be determined automatically when building the Xcode project. |
| Development | Development provisioning profiles are used to install development apps on test devices. |
| Distribution | Distribution provisioning profiles can be used when uploading the app to the App Store or for Ad Hoc and in house distribution. |