iOSAppConfigurator.CodesignIdentity(String) Method

Definition

Caution

This API is now deprecated.

Specify the identity used to codesign application resorces. Applies only when using DeviceAgent and testing with physical devices. If not supplied, the identity used to sign the AppBundle(String) or AppBundleZip(String) app will be used.

[System.Obsolete]
public Xamarin.UITest.Configuration.iOSAppConfigurator CodesignIdentity (string identity);
member this.CodesignIdentity : string -> Xamarin.UITest.Configuration.iOSAppConfigurator
Public Function CodesignIdentity (identity As String) As iOSAppConfigurator

Parameters

identity
String

Returns

Attributes

Applies to