struct in UnityEditor.iOS.Xcode
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseRepresents domain entry for the App Transport Security Exception capability.
Domain | Specifies the domain entry name. |
EnableExceptionAllowsInsecureHTTPLoads | Specifies whether to enable the NSExceptionAllowsInsecureHTTPLoads key. |
EnableExceptionRequiresForwardSecrecy | Specifies whether to enable the NSExceptionRequiresForwardSecrecy key. |
EnableIncludesSubdomains | Specifies whether to enable the NSIncludesSubdomains key. |
ExceptionMinimumTLSVersion | Specifies whether to set the NSExceptionMinimumTLSVersion key for the domain. |
ProjectCapabilityManager.AppTransportSecurityExceptionEntry | Represents which properties in the Info.plist are enabled for the domain entry. |