iOSAppConfigurator.AppBundleZip(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.
Configures the zipped app bundle to use. Will force a run on simulator.
public Xamarin.UITest.Configuration.iOSAppConfigurator AppBundleZip (string path);
member this.AppBundleZip : string -> Xamarin.UITest.Configuration.iOSAppConfigurator
Public Function AppBundleZip (path As String) As iOSAppConfigurator
Parameters
- path
- String
Path to the directory containing the zipped app bundle.