How to find my Installation ID on an iOS device?

You can find your Installation ID with the "Find my installation" feature or with the help of the Mac Console.

Usually, using the Custom User ID is the easiest way to locate your device on Batch and register yourself as a tester on the platform.

However, this identifier isn't always available in Batch:

  • It's only set for logged-in users.

  • You may not know your Custom User ID.

This is why Batch created the Installation ID. This ID is unique and is generated when the application is installed.

You can retrieve your Installation ID following the methods below:

Option A: Use the "Find my installation" feature

From version 1.18 of our SDK, Batch will copy the Installation ID to the clipboard when the application appears in the foreground 4 times within 20 seconds.

Here is how to do it:

1

Close your application (from the background)

2

Reopen it and switch to the background 4 times in a row in less than 20 seconds

3

Open a clipboard and paste the text: this is your Installation ID!

You can also follow the video below:

Option B: Use the Mac Console

1

Prerequisites

To find your Installation ID for an iOS app, you need to have your device plugged into a Mac.

2

Open the console

Use Spotlight (CMD + Space) to locate the Console app, and open it.

A screenshot of a Mac OS search showing the app "Console" after searching for "console".
3

Select your device

Your device should appear in the left pane; select it. If it doesn't appear, please check that you're correctly plugged into your computer.

The macOS Console app displays device logs and reports. The selected "iPhone Claire" under "Devices" indicates logs for that phone are being viewed.
4

Find your Installation ID

Once your device is selected, open your app on your device (smartphone/tablet). Then, filter the results of the logs in the Console: type com.batch.ios and select the "Subsystem" category.

In the macOS Console app, the key action is to search for "com.batch.ios" by selecting "Subsystem" as the search category. This filters the logs to show messages from the Batch iOS subsystem.

Your Installation ID will appear in the logs:

The macOS Console app now shows a single log entry for "com.batch.ios" from "Eurosport Player", containing the "Installation ID: 8CA9EEB9-F8FB-4934-AB03-DE0BAA9F4774". This ID is highlighted in the detailed view.

You can now copy it and find it in the dashboard's Profile view. For more information, see how to view data attached to your install or custom user ID.

The Installation ID has many uses. Indeed, it can be used to send test push notifications and retrieve all the data linked to the ID.

Last updated

Was this helpful?