Silk Mobile

Table of Contents (Homepage)

GetInstalledApplications

GetInstalledApplications()

images/images/os-icons/os_ios_150x150.png

images/images/os-icons/os_android_150x150.png

images/images/os-icons/os_windows_150x150.png

Description

Return a list of applications installed on the device.

Parameters

No parameters

Usage

The following table describes the meaning of each element in the output list depending on platform:

OS

Content

Android

Package Name

iOS

Bundle Id

Windows Phone

Product Id

Note: This command may be called only if you have set an active device (for example, using either SetDevice or WaitForDevice ).

We will run the command on iPhone 6 device to get a string of all applications on the device

images/download/attachments/3310116/11.jpg

Code Examples

Java Example
String str0 = client.getInstalledApplications();
C# Example
string str0 = client.GetInstalledApplications();
VBScript Example
str0 = client.GetInstalledApplications ( )
Report
Python Example
var0 = self.client.getInstalledApplications()
Perl Example
my $str0 = $client->getInstalledApplications();