I have the .ipa from PhoneGap build and I need to test it. I got provisioning profile from Developer account.
.ipa
So my question is: can I directly put my <
You can also checkout ios-deploy.
It is as simple as running ios-deploy -b path/to/ipa/file.
ios-deploy -b path/to/ipa/file
It even works with path/to/project.app, which should be in the same location if you are doing cordova/phonegap builds locally.
Cheers!