iOS App Management with KeyMob

KeyMob allows you to manage apps on iPhones and iPads, including installing, uninstalling, stopping apps, and viewing detailed app information.


User App Management

For user-installed apps, KeyMob supports the following actions:

1. Install an App

  1. Click App Management in the left menu.
  2. Select User Apps.
  3. Click the Install button and choose an .ipa file to install.

2. Uninstall an App

  1. Click App ManagementUser Apps.
  2. Select the app(s) you want to remove.
  3. Click the Delete button.

3. Run an App

  1. Click Run next to an app.
  2. If the device screen is unlocked, the app will start.
  3. KeyMob will switch to the log view to show the app’s console output.

4. View Real-Time Logs

Click Real-Time Logs to view logs for a specific app.

5. View App Details

Click App Details to see information such as:

App Management


System App Management


Active Processes

KeyMob also functions as a process monitor, allowing you to:

Active Processes


Example: WhatsApp App Details

Here’s an example of detailed app information for WhatsApp:

 1{
 2  "ApplicationType": "User",
 3  "CFBundleDisplayName": "‎WhatsApp",
 4  "CFBundleIdentifier": "net.whatsapp.WhatsApp",
 5  "CFBundleShortVersionString": "25.2.82",
 6  "CFBundleVersion": "694003949",
 7  "Container": "/private/var/mobile/Containers/Data/Application/3B618284-...",
 8  "Entitlements": {
 9    "application-identifier": "57W66QZCMN.*",
10    "com.apple.developer.team-identifier": "57W66QZCMN",
11    "get-task-allow": true
12  },
13  "Path": "/private/var/containers/Bundle/Application/34FAFE4B-...",
14  "SignerIdentity": "Apple Development: Yan Wen Cheng (3EW9PRTXEW)",
15  "UIDeviceFamily": [1],
16  "MinimumOSVersion": "15.1",
17  "ProfileValidated": true
18}

KeyMob provides detailed control over iOS apps, making it an essential tool for app management, debugging, and monitoring! 🚀