Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

AutomaticThe provisioning profile type will be determined automatically when building the Xcode project.
DevelopmentDevelopment provisioning profiles are used to install development apps on test devices.
DistributionDistribution provisioning profiles can be used when uploading the app to the App Store or for Ad Hoc and in house distribution.