How to Find the Bundle ID of an iOS Application

Modified on Mon, Jun 15 at 3:04 PM

Overview

This guide explains how to find the Bundle ID of an iOS application using the App Store link and Apple lookup API.


Prerequisites

Before finding the Bundle ID, ensure the following:

  • You have access to the App Store link of the iOS application.

  • Internet connectivity is available.


Steps

Step 1: Open the App Store Page of the Application

  1. Open the App Store page of the required iOS application.

Example:

https://apps.apple.com/us/app/amazon-shopping/id297606951

Caption: Open the App Store page of the application

  1. Locate the application ID in the URL.

Example:

id297606951

Caption: Identify the application ID from the App Store URL


Step 2: Use the Apple Lookup API

  1. Copy the application ID from the App Store URL.

  2. Add the application ID to the following URL format:

https://itunes.apple.com/lookup?id=<APP_ID>&country=us

Example:

https://itunes.apple.com/lookup?id=297606951&country=us

Caption: Create the Apple lookup API URL using the application ID

  1. Open the generated URL in a browser.

Caption: Open the Apple lookup API response

Step 3: Find the Bundle ID

  1. Search for bundleId in the downloaded or displayed response text.

Caption: Locate the bundleId value in the API response

  1. Copy the Bundle ID value for use in automation or configuration.


Outcome

After completing these steps:

  • The Bundle ID of the iOS application will be identified successfully.

  • The Bundle ID can be used for Appium automation or application configuration.


Still have a question?

Support Contact:
support@testgrid.io

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article