For the complete documentation index, see llms.txt. This page is also available as Markdown.

Is app installed

Check if an application is installed on the device or not.

Is app installed is an action to check whether an application (by package name) is installed on the mobile device, and then return the result to a variable to branch the script (for example: if not installed, install it; if installed, open it).

🎥 Watch the tutorial video: Here.

Explanation of configuration parameters:

  • Package name: The package name of the application to check, for example, Facebook is com.facebook.katana.

  • Output Variable Name: The name of the variable to store the returned result as true/false (true if the application is installed, false if not). Use this variable in the If block to decide the next step.

Last updated

Was this helpful?