How to obtain Bundle ID for an IOS App when I have a '.ipa' file for the app installed on my iPAD

S K picture S K · Feb 13, 2017 · Viewed 19.3k times · Source

I am trying to automate a test on my ipad which has my app installed on it. I am using Appium for automating the app. It's asking me to enter a bundle ID of the App that needs to be tested.

Could some help me find a way to find the bundle ID for the app from either the app installed on my IPAD or from the .ipa file downloaded on my iMAC?

Answer

phamot picture phamot · Feb 13, 2017

You can get the bundle Identifier by opening the .ipa file using Archive Utility on your mac. Once you open the ipa with Archive Utility. You see app directory.

Then go to Payload -> App file(your appname)( Right click to show package contents)-> open Info.plist-> Look for Bundle Identifier value.