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
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
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
Copy the application ID from the App Store URL.
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
Open the generated URL in a browser.
Caption: Open the Apple lookup API response
Step 3: Find the Bundle ID
Search for
bundleIdin the downloaded or displayed response text.
Caption: Locate the bundleId value in the API response
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
Feedback sent
We appreciate your effort and will try to fix the article