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:
Select the device in the sidebar.
Click Apps in the inspector’s toolbar.
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:
In the Apps inspector, click the Add button (+) below the list of apps.
Select the iOS Package Archive file (with an
.ipaextension) 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:
In the Apps inspector, select one or more apps from the list.
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.