Currently I have .ipa
file and same app can be installed through test flight. I don’t have the app source code. I tried extracting the files from .ipa file using Archive Utility but there was no plist file. I am not sure how do I get the bundle id for this app- (either from .ipa
file or by using the installed app and what is the process?) as i want to automate this app test on real device
(Note: .app
file or source code is not available and the test app is signed with valid developer provisioning profile)
If your app is in App Store,Then you can download the app from iTunes store. Then open that file in finder. There should be plist file. if you open it, you you will be able to find the bundle id there.