Xamarin.UITest.Configuration.AndroidAppConfigurator.KeyStore Method
Configures the keystore that the provided apk file is signed with. A keystore is not required, but will ensure that the apk file is pristine and unchanged. If a keystore is provided, it will be used to sign the auxiliary apks installed along with the app on the device. If a keystore is not provided, Xamarin.UITest will generate a keystore and resign the apk.

Syntax

public AndroidAppConfigurator KeyStore (string path, string storePassword, string keyPassword, string keyAlias)

Parameters

path
Path to the keystore file.
storePassword
Password to the keystore. Corresponds to the -storepass argument in jarsigner.
keyPassword
Password to the matching private key in the keystore. Corresponds to the -keypass argument in jarsigner.
keyAlias
Alias to the key in the keystore. Corresponds to the alias argument in jarsigner.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Xamarin.UITest.Configuration
Assembly: Xamarin.UITest (in Xamarin.UITest.dll)
Assembly Versions: 0.0.0.0