isAppInstalledOnDevice

Check if an app is installed.

Usage

1
client.isAppInstalledOnDevice(bundleId).then(callback);

Parameters

Param Type Details
bundleId String ID of bundled app

Example

isAppInstalledOnDevice.js
1
client.isAppInstalledOnDevice(bundleId);