https://kb.acronis.com/content/39368 1.txt
1)
Finding an app's bundle identifier in AppStore
Find the app you are looking for on the Apple AppStore. For this example, we’ll use Yelp: https://itunes.apple.com/us/app/yelp/id284910350?mt=8
Copy the app ID number. It’s just the numbers after the text “id” and before the “?”. So in this case, it is: 284910350.
Paste that ID number into this URL:
https://itunes.apple.com/lookup?id=284910350
Search the output you get back for “bundleId”. The app’s bundle ID will be listed there: com.yelp.yelpiphone
2)
Finding an app's bundle identifier in an iTunes Library - If you sync your device with iTunes and the app you desire is either on your device, or was downloaded through iTunes, it will exist on your computer's hard drive. You can locate it on your hard drive and look inside the app to find the bundle identifier.
Navigate to your iTunes Library and open the Mobile Applications folder.
•On a Mac, this is typically in your home directory, in ~/Music/iTunes/Mobile Applications/
•On a Windows 7 PC, this is typically in C:\Users\username\My Music\iTunes\Mobile Applications/
If you have recently installed the app on your device, make sure you have performed an iTunes sync before you continue.
Locate the app that you require in the Mobile Applications folder.
Duplicate the file and rename the extension to .ZIP
Unzip this newly created ZIP file and you'll end up with a folder with the application name.
Inside that folder is a file called iTunesMetadata.plist
Open this PLIST file in a text editor.
3)
Find the softwareVersionBundleId key in the list.
The string value below it is the bundle identifier value that you will need to enter for the app in mobilEcho. These are commonly formatted as: com.companyname.appname
Finding an app's bundle identifier by browsing the files on your device If you use software that allows browsing the contents of your device's storage, you can locate a app on the device and determine its bundle identifier. One app that can be used for this is iExplorer.
Connect your device to your computer with USB and open iExplorer or a similar utility.
Open the Apps folder on the device and locate the app you require.
Open that app's folder and locate its iTunesMetadata.plist file.
Open this PLIST file in a text editor.
Find the softwareVersionBundleId key in the list.
The string value below it is the bundle identifier value that you will need to enter for the app in mobilEcho. These are commonly formatted as: com.companyname.appname
'Notes' 카테고리의 다른 글
TCP/IP Time Request (0) | 2017.06.05 |
---|---|
c++ compiler extension (0) | 2017.06.04 |
Manifest 속성 참고 (0) | 2017.05.02 |
Maven repository (0) | 2017.05.02 |
Encoding Standard (0) | 2017.05.02 |