Contents

Managing apps on devices

Find, add, and remove apps installed for testing on simulated and physical devices.

Overview

Use the Apps inspector in Device Hub to view, install, and remove apps on both simulated and physical devices. During development, Xcode installs your app on devices for you (see Running your app on simulated or physical devices), and you remove it using Device Hub. Later, when you’re ready to distribute your app for testing (see Distributing your app to registered devices), you can use Device Hub independently of Xcode to add and remove apps on multiple test devices.

[Image]

View apps on devices

To find all apps on a device:

  1. Select the device in the sidebar.

  2. Click Apps in the inspector’s toolbar.

  3. If your apps don’t appear, follow the steps in the inspector to show the apps on the device. For example, click Start in the canvas for simulators.

Then use the controls at the bottom of the table to quickly find an app. Enter a search string in the Filter text field, then choose an option, such as Developer, from the pop-up menu to the right.

Install apps on devices

To install iOS, iPadOS, tvOS, visionOS, or watchOS apps on a device without using Xcode:

  1. In the Apps inspector, click the Add button (+) below the list of apps.

  2. Select the iOS Package Archive file (with an .ipa extension) and click Open.

Alternatively, use Apple Configurator to install apps on devices. For more information, see Add apps to a device in Apple Configurator for Mac.

To install a macOS app, drag the app bundle (with an .app extension) to the /Applications folder or another folder of your choice on your Mac.

Remove apps from devices

To remove iOS, iPadOS, tvOS, visionOS, or watchOS apps from a device:

  1. In the Apps inspector, select one or more apps from the list.

  2. Click the Remove button (-) under the list of apps.

To delete a macOS app, drag the app (with an .app extension) to the Trash in Finder.

See Also

Device details