2021-12-01 ios中如何找bundle ID

2021-12-01 ios中如何找bundle ID

返回

1. How to Find Bundle ID of an iOS app ? Step by Step

2. What is an iOS App Bundle ID ?

Every iOS application requires a bundle ID to work and it needs to be unique if the developer wants to publish it on App Store.

2-1. 1- Find the bundle ID from the Text file

Step 1: Search for the App Name on Google Search using your Desktop browser like Chrome, Firefox etc and open apps itunes/app store link.

Example: Search – Yahoo News App store.

This will give you app’s link – https://itunes.apple.com/us/app/yahoo-news-live-breaking-news/id304158842?mt=8 (here we have Yahoo News Apps link).

Step 2: Now, copy the number after id in the URL, which is 304158842 in the example above.

Step 3: Open a new browser window, and go to this link and add the id number in place of the question marks and a country code depending on your location (or just use what we have in the example) and refresh the page.

  1. https://itunes.apple.com/lookup?id=**??**country=**??** 

Example: https://itunes.apple.com/lookup?id=304158842&country=us
This will prompt you to download a text file.

https://itunes.apple.com/lookup?id=918177542

Step 4: Save Text File. The default name of the file is 1.txt.
Open the file in a text editor, and then search for bundleId. Here is an example:

“bundleId”:”com.yahoo.frontpage”

So, here we found the bundle ID for the Yahoo News App which is com.yahoo.frontpage

posted @ 2021-12-01 14:47  sxl7777  阅读(219)  评论(0编辑  收藏  举报