What are the capabilities to launch a pre-installed iOS app on a real device?

What are the capabilities to launch a pre-installed iOS app on a real device?

Hi Ian,

Use the capability mentioned below to launch a pre-installed iOS app on a real device.

capabilities.setCapability("app", "stock");
       capabilities.setCapability("bundleId", "<<Bundle ID for iOS App>>");