The properties of Xamarin.UITest.Configuration.IiOSAppConfiguration are listed below. For a list of all members, see the IiOSAppConfiguration Members list.
| [read-only] | ApiKey | string. The Xamarin Test Cloud api key to use for activation. |
| [read-only] | AppBundleDirectory | System.IO.DirectoryInfo. The location of an app bundle for a simulator test. |
| [read-only] | AppBundleZip | System.IO.FileInfo. The location of a zip archive for a simulator test. |
| [read-only] | Debug | bool. Enable debug logging. |
| [read-only] | DeviceIdentifier | string. The device identifier. List of know devices can be found by running "instruments -s devices" |
| [read-only] | DeviceUri | Uri. The uri of the device test server. |
| [read-only] | EnableScreenshots | bool. Enable screenshots. Local screenshots are disabled by default to speed up tests. |
| [read-only] | InstalledAppBundleId | string. The bundle id of an already installed to test. |
| [read-only] | StartAction | StartAction. The desired state of the app after test initialization. Either the test framework can start the app or connect to an already running app in more advanced scenarios. |
| [read-only] | WaitTimes | Xamarin.UITest.Utils.IWaitTimes. Default wait times. |