hello,
Setting up test automation for iOS app using appium - on real device need the .ipa file and bundle id.
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)
Thanks, Neha R M