iOSAppConfigurator.StartApp(AppDataMode) 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.
Builds the configuration and launches the app on the selected device or simulator.
public Xamarin.UITest.iOS.iOSApp StartApp (Xamarin.UITest.Configuration.AppDataMode appDataMode = Xamarin.UITest.Configuration.AppDataMode.Auto);
member this.StartApp : Xamarin.UITest.Configuration.AppDataMode -> Xamarin.UITest.iOS.iOSApp
Parameters
- appDataMode
- AppDataMode
The app data mode. Whether to clear app data or not before app launch. Currently only supported in Xamarin Test Cloud.
Returns
The iOSApp to use in the tests.