iOSAppConfigurator.CodesignIdentity(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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